rust-lang / cfg-if
A if/elif-like macro for Rust #[cfg] statements
☆579Updated 4 months ago
Alternatives and similar repositories for cfg-if:
Users that are interested in cfg-if are comparing it to the libraries listed below
- ☆796Updated last week
- Test harness for ui tests of compiler diagnostics☆857Updated last week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆508Updated last week
- A vector with a fixed capacity. (Rust)☆798Updated 4 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆705Updated last week
- Just, really the littlest Vec you could need. So smol.☆669Updated last month
- A macro to generate structures which behave like bitflags☆987Updated this week
- Module initialization/global constructor functions for Rust