sc-block-builder 0.8.0-rc1

Substrate block builder
docs.rs failed to build sc-block-builder-0.8.0-rc1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sc-block-builder-0.38.0

Substrate block builder

This crate provides the [BlockBuilder] utility and the corresponding runtime api BlockBuilder.Error

The block builder utility is used in the node as an abstraction over the runtime api to initialize a block, to push extrinsics and to finalize a block.