unicode-rs / unicode-xid
☆50Updated 4 months ago
Alternatives and similar repositories for unicode-xid:
Users that are interested in unicode-xid are comparing it to the libraries listed below
- Determine whether characters have the XID_Start or XID_Continue properties☆84Updated this week
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- Token tree calling convention☆79Updated 2 years ago
- ☆178Updated 2 months ago
- ☆70Updated 3 months ago
- Macro for sealing traits and structures☆50Updated 2 months ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated last month
- Parse integers directly from `[u8]` slices in safe code☆55Updated last year
- docs.rs as a publishing platform?☆68Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆125Updated 8 months ago
- Project group working on the "safe transmute" feature☆88Updated 5 months ago
- ASCII-only equivalents to `char`, `str` and `String`.☆72Updated 6 months ago
- Threadsafe RefCell for Rust☆90Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- Const TypeId and non-'static TypeId☆59Updated this week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆139Updated 6 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Install a rustc master toolchain usable from rustup☆74Updated 2 years ago
- Cross-platform interface to the `errno` variable☆65Updated last week
- Minimal TOML library with few dependencies☆83Updated this week
- Macro to generate random constants in Rust https://xkcd.com/221/☆77Updated 11 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated this week
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆36Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- home for proposals in and around compile-time function evaluation☆107Updated last year
- `$crate` in procedural macros.☆69Updated last month
- Write doc comments from macros☆99Updated 3 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 4 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.