Crate slip_codec[][src]

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 context

SLIP encoder context

Enums

SLIP decoder error type

Type Definitions