dtolnay / rustversionLinks
Conditional compilation according to rustc compiler version
☆373Updated 2 months ago
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☆238Updated 7 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆345Updated 4 months ago
- Fast function for printing integer primitives to a decimal string☆331Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆370Updated 4 months ago
- Struct fields that are made read-only accessible to other modules☆253Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- ☆328Updated this week
- Library for snippet annotations☆325Updated this week
- Easy code duplicate with substitution for Rust☆246Updated 10 months ago
- Expanding opportunities standard library std::fs and std::io☆322Updated last year
- Async synchronization primitives☆270Updated 4 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- A set of alternative `derive` attributes for Rust☆446Updated last year
- Count lines of LLVM IR per generic function☆465Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆365Updated 3 weeks ago
- A parser and formatter for std::{SystemTime, Duration}☆338Updated 4 months ago
- Serialize and deserialize C-like enum as underlying repr☆249Updated 2 months ago
- ☆288Updated last week
- Delegation of trait implementations via procedural macros☆269Updated last year
- A Cargo subcommand to build and test all feature flag combinations.☆162Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- 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☆247Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Check if tables and items in a .toml file are lexically sorted☆252Updated last month
- A lightweight version of pin-project written with declarative macros.☆251Updated 3 weeks ago
- Getters and Setters for Rust.☆361Updated last month
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆534Updated 4 months ago