constructivism_macro_gen 0.3.0

Macro helper for constructivist
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## About

This is the helper macro crate for [`constructivist`](https://crates.io/crates/constructivist). It allows to generate proc-macro for `your_lib_constructivism`.

## License

The `constructivism_macro_gen` 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.