aatifsyed / synsertLinks
A primitive for writing structural search and replace programs for rust
☆32Updated last week
Alternatives and similar repositories for synsert
Users that are interested in synsert are comparing it to the libraries listed below
Sorting:
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Mirror of Rust's allocator api for use on stable rust☆65Updated 3 weeks ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆84Updated last month
- Const TypeId and non-'static TypeId☆67Updated last week
- Defer dropping large structs to a background thread☆65Updated 2 years ago
- Zero-cost bitsets over native Rust types☆78Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Macro for sealing traits and structures☆59Updated 9 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 3 weeks ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- ☆52Updated last week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆29Updated last month
- Make any value Sync but only available on its original thread☆39Updated last week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- Take a value atomically once.☆30Updated 2 years ago
- ☆41Updated last year
- ☆55Updated last year
- A sinless derive helper☆75Updated 3 months ago
- `smol` integrations with `hyper`☆16Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆32Updated 11 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- structured parallel execution for async Rust☆36Updated last year
- Imitate the documentation build that docs.rs would do☆56Updated last month
- Exhaustive iteration trait in Rust☆16Updated this week
- Helper macros: autoimpl, impl_scope☆67Updated this week
- horrible serde macro stuff☆39Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 10 months ago
- Count directory entries—`ls | wc -l` but faster☆28Updated last month