[−][src]Module libipld_cbor::decode
CBOR decoder
Traits
| TryReadCbor |
|
Functions
| read | Reads any type that implements |
| read_bytes | Reads |
| read_f32 | Reads a f32 from a byte stream. |
| read_f64 | Reads a f64 from a byte stream. |
| read_key | Reads bytes from a byte stream and matches them with the key. If the key
doesn't match the read bytes it returns an |
| read_link | Reads a cid from a stream of cbor encoded bytes. |
| read_list | Reads a list of any type that implements |
| read_map | Reads a map of any type that implements |
| read_str | Reads |
| read_u8 | Reads a u8 from a byte stream. |
| read_u16 | Reads a u16 from a byte stream. |
| read_u32 | Reads a u32 from a byte stream. |
| read_u64 | Reads a u64 from a byte stream. |