Crate sing_rs
Source - sing_loop
- Creates a main loop that parses stdin (or the given input stream),
evaluates the called function and returns the result.
- CallObj
- TraitCallMessage
- Needs to be implemented by all structs that are used to represent
function calls that are sent through a sing I/O stream
- callobj_from_string
- Default message deserialization function for the sing_loop macro.
- callobj_to_string
- Default message serialization function for the sing_loop macro.
- sing_add_trait
- Add the trait in this impl block to sings trait store.