[−][src]Crate ipld_block_builder
Block builder.
Modules
| block | Block validation |
| cbor | CBOR codec. |
| cid | cid |
| codec |
|
| convert | Conversion to and from ipld. |
| error |
|
| gc | Utilities for performing garbage collection. |
| ipld | Ipld representation. |
| mem | Reference implementation of the store traits. |
| multibase | multibase |
| multihash | Multihash |
| path | Path |
| raw | |
| store | Store traits. |
Macros
| ipld |
Structs
| DagPath | Path in a dag. |
| GenericBlockBuilder | Generic block builder for creating blocks. |
Enums
| Ipld | Ipld |
Constants
| MAX_BLOCK_SIZE | The maximum block size is 1MiB. |
Type Definitions
| BlockBuilder | Default block builder. #[cfg(feature = "dag-cbor")] |
| Cid | A CID with the default Multihash code table |
Derive Macros
| DagCbor |