GrayJack / sugarsLinks
Syntatic sugar Rust macros
☆83Updated 3 years ago
Alternatives and similar repositories for sugars
Users that are interested in sugars are comparing it to the libraries listed below
Sorting:
- Define your own PhantomData☆158Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Better reference counted strings for Rust☆138Updated last year
- Rust ABI safe code generator☆189Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- FFI-compatible futures☆167Updated last month
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆154Updated last year
- a cross-platform library for opening OS pipes in Rust☆113Updated 3 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Compatibility adapter between tokio and futures☆185Updated 2 months ago
- Convert number to enum☆87Updated last year
- Traits extending the Rust Range structs in std::ops☆42Updated 2 years ago
- Versioned data-structures for Rust☆208Updated 8 months ago
- offsetof for Rust☆228Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Compile-time string operations☆108Updated last month
- Write and execute C code inside Rust.☆155Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Macro to generate random constants in Rust https://xkcd.com/221/☆78Updated last year
- prae is a crate that aims to provide a better way to define types that require validation.☆135Updated 2 years ago
- Generate parsers directly from AST node types☆85Updated last year
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆72Updated 10 months ago
- fn(Code) -> Docs☆86Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Rust bindings for libffi☆125Updated this week
- A rust crate to find the total size of an object, on the stack and on the heap☆111Updated last year