Struct cbor::encoder::Encoder [] [src]

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

The actual encoder type definition

Methods

impl<W: WriteBytesExt> Encoder<W>
[src]

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)