## About The crate exports [`constructivism`](https://crates.io/crates/constructivism) derives, `construct!`, `prop!`, `design!`, `derive_construct!` and `derive_segment!` macros. It is inlined into [`constructivist`](https://crates.io/crates/constructivist). ## License The `constructivism_macro` is dual-licensed under either: - MIT License ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)) This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are [very good reasons](https://github.com/bevyengine/bevy/issues/2373) to include both.