ModProg / attribute-deriveLinks
☆16Updated 4 months ago
Alternatives and similar repositories for attribute-derive
Users that are interested in attribute-derive are comparing it to the libraries listed below
Sorting:
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- Blazing fast parallel caching for Rust. Serializes complex data to a chunked file format to get CPU maximum power on data loads, but as a…☆108Updated last month
- A lightweight attribute macro for easily writing extension trait pattern.☆87Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- A Rust macro to make enums with a subset of values of the parent☆131Updated 4 months ago
- Oneshot Rust channel working both in and between sync and async environments☆96Updated last week
- Deserialize (potentially nested) environment variables into your custom structs☆59Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Progress reporting abstraction for Rust☆64Updated last year
- Cargo hack manager☆64Updated 2 years ago
- Rust procedural macro attribute parser☆44Updated last year
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Collection of utilities for writing your own dev scripts☆66Updated 3 years ago
- ☆226Updated 6 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆172Updated last month
- Generate Rust enum variants without associated data☆100Updated this week
- Serde partial serialization made easy☆42Updated 3 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- A caching middleware that follows HTTP caching rules☆95Updated last week
- Quickly define custom error enums for a functions in rust.☆49Updated 11 months ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated 8 months ago
- Experimental web UI library for Rust.☆51Updated last year
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- Compile-time regular expressions, the right way.☆81Updated 11 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap