Struct probor::Encoder []

pub struct Encoder<W> { /* fields omitted */ }

The actual encoder type definition

Methods

impl<W> Encoder<W> where W: WriteBytesExt

Indefinite byte string encoding. (RFC 7049 section 2.2.2)

Indefinite string encoding. (RFC 7049 section 2.2.2)

Indefinite array encoding. (RFC 7049 section 2.2.1)

End of indefinite array encoding. (RFC 7049 section 2.2.1)

Indefinite object encoding. (RFC 7049 section 2.2.1)

End of indefinite object encoding. (RFC 7049 section 2.2.1)