# 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](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) at your option.