#const #macro #context

const-macros

Various macros for const contexts

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

Download history 296/week @ 2025-02-12 13/week @ 2025-02-19 31/week @ 2025-02-26 8/week @ 2025-03-05

348 downloads per month
Used in 3 crates

MIT license

12KB
96 lines

const-macros

License Version Downloads Test

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.

No runtime deps