[−][src]Crate conjoiner_engine
A utility crate built for the libqaul ecosystem
Note: unfortunately serde is very re-export unfriendly, so you
will want to include serde = { version = "1.0", features = ["derive"] } to your crate manually!
Structs
| Cobs | The |
| StdVec | The |
Enums
| Error | This is the error type used by Postcard |
Functions
| deserialise | Deserialise a byte array payload into a concrete type |
| serialise | Serialise any iteratable into a compacted binary payload |
Type Definitions
| Result | This is the Result type used by Postcard. |