dtolnay / rustversionLinks
Conditional compilation according to rustc compiler version
☆385Updated last month
Alternatives and similar repositories for rustversion
Users that are interested in rustversion are comparing it to the libraries listed below
Sorting:
- Struct fields that are made read-only accessible to other modules☆259Updated 3 weeks ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆357Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Delegation of trait implementations via procedural macros☆275Updated 2 months ago
- Compile-time string formatting☆248Updated last month
- Check if tables and items in a .toml file are lexically sorted☆264Updated 2 months ago
- A set of alternative `derive` attributes for Rust☆455Updated last month
- Statically-checked alternatives to RefCell and RwLock☆383Updated last month
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago
- Async synchronization primitives☆275Updated 2 months ago
- Fast function for printing integer primitives to a decimal string☆348Updated 3 weeks ago
- Faster, more compact implementation of std::Cow☆365Updated 2 years ago
- ☆305Updated last month
- Count lines of LLVM IR per generic function☆481Updated last month
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆539Updated last month
- ☆340Updated 3 weeks ago
- Procedural macros to derive numeric traits in Rust☆209Updated last year
- Easy code duplicate with substitution for Rust☆249Updated last week
- Support crate for rustc's self-profiling feature☆373Updated 4 months ago
- A Rust macro to determine if a type implements a logical trait expression☆260Updated 5 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Rust method delegation with less boilerplate☆502Updated 3 months ago
- ☆196Updated last week
- Serialize and deserialize C-like enum as underlying repr☆251Updated 3 weeks ago
- A lightweight version of pin-project written with declarative macros.☆259Updated 2 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 3 months ago
- A parser and formatter for std::{SystemTime, Duration}☆357Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆433Updated last week
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆348Updated 10 months ago