LukasKalbertodt / litrsLinks
Parsing and inspecting Rust literals (particularly useful for proc macros)
☆50Updated last month
Alternatives and similar repositories for litrs
Users that are interested in litrs are comparing it to the libraries listed below
Sorting:
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.☆65Updated last week
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last week
- Macro for sealing traits and structures☆59Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Minimal TOML library with few dependencies☆83Updated 8 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- horrible serde macro stuff☆39Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆94Updated 9 months ago
- Lossless functionality for platform-native strings.☆73Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Rustdoc's JSON output interface☆35Updated last week
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆111Updated last year
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- ☆112Updated 3 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Migrated to Codeberg☆79Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Obsessively tiny error derive macro☆87Updated 10 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- A snapshot of name squatting on crates.io☆75Updated last year
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year