trait-variable-macros 0.3.6

Make variable fields feasible in trait definition(the procedural macros part).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Trait Variable Macros

This crate was used to provides atribute macros for crate [trait variables](https://crates.io/crates/trait_variable). **Now it is deprecated**, since all the functionality was moved to the main crate.
For details, please refer to that crate.

## License

Licensed under either of

- Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
  http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.