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.
FRAME Pallet Examples
This crate contains examples of FRAME pallets. It is not intended to be used in production.
Pallets
-
pallet_example_basic
: A simple example of a FRAME pallet demonstrating concepts, APIs and structures common to most FRAME runtimes. -
pallet_example_offchain_worker
: A simple example of a FRAME pallet demonstrating concepts, APIs and structures common to most offchain workers. -
pallet-default-config-example
: A simple example of a FRAME pallet demonstrating the simpler way to implementConfig
trait of pallets. -
pallet-dev-mode
: A simple example of a FRAME pallet demonstrating the ease of requirements for a pallet in dev mode. -
pallet-example-kitchensink
: A simple example of a FRAME pallet demonstrating a catalog of the the FRAME macros and their various syntax options. -
pallet-example-split
: A simple example of a FRAME pallet demonstrating the ability to split sections across multiple files.