7 releases

0.3.0-alpha.6 Aug 22, 2019
0.3.0-alpha.5 Jun 17, 2019
0.3.0-alpha.4 May 12, 2019
0.3.0-alpha.3 Apr 29, 2019
0.0.0 Mar 20, 2019

#60 in #proc-macro-attributes

Download history 68/week @ 2023-12-14 61/week @ 2023-12-21 22/week @ 2023-12-28 40/week @ 2024-01-04 67/week @ 2024-01-11 56/week @ 2024-01-18 35/week @ 2024-01-25 23/week @ 2024-02-01 55/week @ 2024-02-08 81/week @ 2024-02-15 78/week @ 2024-02-22 97/week @ 2024-02-29 104/week @ 2024-03-07 111/week @ 2024-03-14 108/week @ 2024-03-21 97/week @ 2024-03-28

431 downloads per month

MIT/Apache

10KB
129 lines

runtime-attributes

Proc Macro attributes for the Runtime crate. See the Runtime documentation for more details.

This macro was designed to be used from the Runtime crate. Using this in any other way is unlikely to work.

Installation

With cargo-edit do:

$ cargo add runtime-attributes

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:

Conduct

The Runtime project adheres to the Contributor Covenant Code of Conduct. This describes the minimum behavior expected from all contributors.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.5MB
~34K SLoC