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:
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 3 weeks ago
- Define your own PhantomData☆158Updated this week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 3 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Compile-time string operations☆114Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated this week
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆155Updated this week
- Convert number to enum☆87Updated last year
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- a cross-platform library for opening OS pipes in Rust☆114Updated 2 months ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Rust ABI safe code generator☆190Updated 7 months ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Better reference counted strings for Rust☆139Updated last year
- Rust bindings for libffi☆125Updated last week
- A tool to mine crates.io and produce static websites☆137Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- Macro to generate random constants in Rust https://xkcd.com/221/☆79Updated last year
- Versioned data-structures for Rust☆208Updated 9 months ago
- fn(Code) -> Docs☆86Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆71Updated last year
- Lending iterators on stable Rust☆83Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated last year
- Reflection via DWARF.☆298Updated 2 years ago
- prae is a crate that aims to provide a better way to define types that require validation.☆136Updated 2 years ago
- A Vec That Has a Smaller size_of☆150Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆115Updated last month