dtolnay / rustversionLinks
Conditional compilation according to rustc compiler version
☆389Updated last month
Alternatives and similar repositories for rustversion
Users that are interested in rustversion are comparing it to the libraries listed below
Sorting:
- Compile-time string formatting☆262Updated 4 months ago
- Struct fields that are made read-only accessible to other modules☆263Updated last month
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆369Updated last month
- Graph the number of crates that depend on your crate over time☆256Updated last week
- Delegation of trait implementations via procedural macros☆279Updated last month
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- A set of alternative `derive` attributes for Rust☆459Updated 4 months ago
- A library for to allow multiple return types by automatically generated enum.☆374Updated 3 weeks ago
- Async synchronization primitives☆280Updated last month
- Fast function for printing integer primitives to a decimal string☆363Updated this week
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- ☆351Updated this week
- A Rust macro to determine if a type implements a logical trait expression☆263Updated 6 years ago
- Easy code duplicate with substitution for Rust☆254Updated 3 months ago
- Count lines of LLVM IR per generic function☆497Updated last month
- A lightweight version of pin-project written with declarative macros.☆268Updated 3 weeks ago
- Faster, more compact implementation of std::Cow☆371Updated 2 years ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆546Updated 3 months ago
- Serialize and deserialize C-like enum as underlying repr☆256Updated last month
- ☆319Updated 4 months ago
- a smaller, faster and panic-free alternative to core::fmt☆389Updated last year
- A parser and formatter for std::{SystemTime, Duration}☆367Updated 4 months ago
- ☆204Updated 2 months ago
- Procedural macros to derive numeric traits in Rust☆213Updated 2 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Updated last month
- Check if tables and items in a .toml file are lexically sorted☆271Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- Bisects rustc, either nightlies or CI artifacts☆195Updated this week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago