17 releases (11 major breaking)

new 14.0.0 Apr 8, 2024
13.0.0 Mar 18, 2024
12.0.0 Feb 26, 2024
11.0.0 Feb 13, 2024
0.1.0-dev.2 Jul 27, 2023

#74 in #10

Download history 10/week @ 2024-01-22 23/week @ 2024-02-12 56/week @ 2024-02-19 159/week @ 2024-02-26 5/week @ 2024-03-04 3/week @ 2024-03-11 116/week @ 2024-03-18 167/week @ 2024-04-01

287 downloads per month
Used in pallet-examples

MIT-0 license

1.5MB
31K SLoC

Basic Example For Splitting A Pallet

A simple example of a FRAME pallet demonstrating the ability to split sections across multiple files.

Note that this is purely experimental at this point.

Run cargo doc --package pallet-example-split --open to view this pallet's documentation.

License: MIT-0


lib.rs:

Split Example Pallet

This pallet serves as an example and is not meant to be used in production.

A FRAME pallet demonstrating the ability to split sections across multiple files.

Note that this is purely experimental at this point.

Dependencies

~18–32MB
~523K SLoC