dtolnay / rustversion
Conditional compilation according to rustc compiler version
☆351Updated last month
Alternatives and similar repositories for rustversion:
Users that are interested in rustversion are comparing it to the libraries listed below
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆338Updated last month
- Graph the number of crates that depend on your crate over time☆237Updated this week
- Support crate for rustc's self-profiling feature☆346Updated last month
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- Count lines of LLVM IR per generic function☆436Updated 2 months ago
- Compile-time string formatting☆236Updated 4 months ago
- Struct fields that are made read-only accessible to other modules☆241Updated last month
- Procedural macros to derive numeric traits in Rust☆198Updated last year
- Adaptors between compression crates and Rust's async IO types☆486Updated 2 weeks ago
- Easy code duplicate with substitution for Rust☆240Updated 6 months ago
- Async synchronization primitives☆263Updated last week
- A library for to allow multiple return types by automatically generated enum.☆364Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆513Updated last month
- ☆270Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆142Updated 2 months ago
- A set of alternative `derive` attributes for Rust☆436Updated 10 months ago
- ☆479Updated 5 months ago
- A parser and formatter for std::{SystemTime, Duration}☆323Updated 3 weeks ago
- A lightweight version of pin-project written with declarative macros.☆244Updated 3 weeks ago
- Library for snippet annotations☆313Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆158Updated last month
- Delegation of trait implementations via procedural macros☆262Updated 8 months ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated last month
- A Rust proc_macro_attribute to outline conversions from generic functions☆272Updated 10 months ago
- Fast floating point to string conversion☆632Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- Faster, more compact implementation of std::Cow☆346Updated 2 years ago
- Like Rust's std::Path, but UTF-8.☆477Updated last month
- ☆197Updated 3 months ago