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
22KB
364 lines
Buidl
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:
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Custom derive for buidl.
Dependencies
~3MB
~64K SLoC