Expand description
Serial Line Internet Protocol (SLIP) encoder/decoder
SlipEncoder
and SlipDecoder
facilitate encoder and decoding of SLIP
data streams with std::io::Read
and std::io::Write
interfaces.
Enabling the tokio-codec
feature makes a codec available for use with
the tokio runtime (see tokio::SlipCodec
). If a different asynchronous
runtime is used, then the async-codec
feature provides a runtime agnostic
SLIP codec based on the asynchronous-codec
crate (see aio::SlipCodec
).
Structs§
- Slip
Decoder - SLIP decoder context
- Slip
Encoder - SLIP encoder context
Enums§
- Slip
Error - SLIP decoder error type