LukasKalbertodt / litrs
Parsing and inspecting Rust literals (particularly useful for proc macros)
☆42Updated last year
Related projects ⓘ
Alternatives and complementary repositories for litrs
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆60Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆80Updated last month
- A sinless derive helper☆51Updated 2 weeks ago
- A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype.☆66Updated this week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- Helper macros: autoimpl, impl_scope☆59Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated 2 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆49Updated 3 months ago
- `$crate` in procedural macros.☆65Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- Macro for sealing traits and structures☆49Updated last month
- Typed any map for rust☆64Updated 2 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- horrible serde macro stuff☆39Updated last year
- Lossless functionality for platform-native strings.☆70Updated 2 weeks ago
- Make any value Sync but only available on its original thread☆37Updated last year
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆63Updated 2 weeks ago
- Abstract over different executors☆74Updated last year
- A Rust library for runtime-checked linearish types☆31Updated last year
- A procedural macro helper for easily writing custom derives for enums.☆31Updated this week
- Create extensions for types you don't own with extension traits but without the boilerplate☆129Updated last year
- Imitate the documentation build that docs.rs would do☆40Updated last week
- An alternate Cargo registry using static files☆105Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆73Updated 2 months ago
- Take a value atomically once.☆27Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated last month
- Static time zone information for tz-rs.☆42Updated last month
- Better reference counted strings for Rust☆114Updated 4 months ago
- Make trait methods callable without the trait in scope☆135Updated 2 weeks ago