[−][src]Crate velocypack
Structs
| Deserializer | |
| Serializer |
Enums
| Error |
Functions
| first_from_bytes | Deserialize the first VelocyPack found in given bytes, and return it along with any remaining bytes. Typically used when dealing with VelocyStream, which packs either multiple VelocyPacks into bytes, or packs a VelocyPack header followed by other data into bytes. |
| from_bytes | Deserialize a single VelocyPack's bytes into a struct. |
| to_bytes |
Type Definitions
| Result |