Modules
- The system actors provided by the tea runtime
- The actor management and dispatching runtime and the APIs for developing actors
- The error messege marshalling system for tea project
- Internal common definitions of the runtime
- The serde abstraction and serde based invocation dispatcher system.
- The high-level API utils for actor authors developing actors
Macros
Constants
- The version of the codec as seen on crates.io
Traits
- A helper trait to map
None
conditions to teaError
s - A helper trait to map the error variant of a
Result
to inferred type withFrom
/Into
Functions
- The standard function for de-serializing codec structs from a format suitable for message exchange between actor and host. Use of any other function to deserialize could result in breaking incompatibilities.
- The standard function for serializing codec structs into a format that can be used for message exchange between actor and host. Use of any other function to serialize could result in breaking incompatibilities.