4 releases

0.2.0 Dec 18, 2024
0.1.2 Aug 8, 2024
0.1.1 Aug 8, 2024
0.1.0 Jul 24, 2024

#440 in #substrate

26 downloads per month
Used in buidl

MIT/Apache

22KB
364 lines

Buidl

GitHub Workflow Status Crates.io Version GitHub License

Primitive types for blockchain protocols.

Rust's orphan rule makes it challenging to extend types from external crate with new traits. Buidl offers macros and functions to help generate new types rather than providing them directly.

License

Licensed under either of:

at your option.


lib.rs:

Custom derive for buidl.

Dependencies

~3MB
~64K SLoC