19 releases (major breaking)

new 16.0.0 May 23, 2024
15.0.0 May 1, 2024
14.0.0 Apr 8, 2024
13.0.0 Mar 18, 2024
0.1.0-dev.2 Jul 27, 2023

#18 in #12

Download history 14/week @ 2024-02-08 21/week @ 2024-02-15 156/week @ 2024-02-22 48/week @ 2024-02-29 6/week @ 2024-03-07 97/week @ 2024-03-14 20/week @ 2024-03-21 22/week @ 2024-03-28 90/week @ 2024-04-04 17/week @ 2024-04-11 75/week @ 2024-04-25 37/week @ 2024-05-02

112 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

~17–33MB
~546K SLoC