Expand description
Implementation of the Subunit protocol in Rust. For the protocol definition,
see the Subunit Protocol
Specification.
This crate contains both a v1 and v2 implementation of the protocol. v1 is
disabled by default but can be enabled via the v1 feature.
Modules§
- constants
- Constants defined by the Subunit protocol
- deserialize
- Deserialization of events
- io
- Convenience functions for reading and writing subunit packets in different IO models
- serialize
- Serialization of events
- types
- Types representing the Subunit protocol
Enums§
- Error
- Error type for parsing and serializing Subunit packets