Module libipld_cbor::decode [−][src]
CBOR decoder
Functions
| read_bytes | Reads |
| read_f32 | Reads a f32 from a byte stream. |
| read_f64 | Reads a f64 from a byte stream. |
| read_len | Reads the len given a base. |
| read_link | Reads a cid from a stream of cbor encoded bytes. |
| read_list | Reads a list of any type that implements |
| read_list_il | Reads a list of any type that implements |
| read_map | Reads a map of any type that implements |
| read_map_il | 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. |