3 unstable releases
new 0.2.0 | Mar 15, 2025 |
---|---|
0.1.1 | Feb 13, 2025 |
0.1.0 | Feb 12, 2025 |
#1387 in Rust patterns
348 downloads per month
Used in 3 crates
12KB
96 lines
const-macros
Various macros for const contexts.
Installation
cargo
You can add const-macros
as a dependency with the following command:
$ cargo add const-macros
Or by directly specifying it in the configuration like so:
[dependencies]
const-macros = "0.2.0"
Alternatively, you can add it directly from the source:
[dependencies.const-macros]
git = "https://github.com/nekitdev/const-macros.git"
Documentation
You can find the documentation here.
Support
If you need support with the library, you can send an email.
Changelog
You can find the changelog here.
Security Policy
You can find the Security Policy of const-macros
here.
Contributing
If you are interested in contributing to const-macros
, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
License
const-macros
is licensed under the MIT License terms. See License for details.