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☆258Updated last month
- Compile-time string formatting☆243Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Fast function for printing integer primitives to a decimal string☆347Updated last month
- ☆335Updated 3 weeks ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆355Updated last month
- Library for snippet annotations☆338Updated last week
- A library for to allow multiple return types by automatically generated enum.☆372Updated last week
- Statically-checked alternatives to RefCell and RwLock☆380Updated last month
- Delegation of trait implementations via procedural macros☆275Updated last month
- Async synchronization primitives☆274Updated last month
- Check if tables and items in a .toml file are lexically sorted☆263Updated last month
- Easy code duplicate with substitution for Rust☆248Updated 2 months ago
- Support crate for rustc's self-profiling feature☆373Updated 3 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆278Updated 2 months ago
- A lightweight version of pin-project written with declarative macros.☆257Updated last month
- Count lines of LLVM IR per generic function☆477Updated 2 weeks ago
- ☆302Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- A set of alternative `derive` attributes for Rust☆455Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- Faster, more compact implementation of std::Cow☆364Updated 2 years ago
- Bisects rustc, either nightlies or CI artifacts☆192Updated last week
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆258Updated 2 weeks ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆432Updated this week
- Serialize and deserialize C-like enum as underlying repr☆250Updated last month
- ☆195Updated 3 weeks ago
- Rust method delegation with less boilerplate☆497Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago