vic1707 / nnnLinks
☆17Updated this week
Alternatives and similar repositories for nnn
Users that are interested in nnn are comparing it to the libraries listed below
Sorting:
- Serde with Validation☆68Updated 2 weeks ago
- Thread Safe Reactive Data Structure. Made with ❤️ for 🦀☆42Updated last year
- State machine pattern for Rust☆29Updated last year
- Another try to simplify newtype creation in rust☆16Updated last year
- ☆40Updated last month
- A tiny ORM for CRUD operations built on top of SQLx QueryBuilder.☆53Updated 2 months ago
- JSON Pointer (RFC 6901) implementation for Rust☆47Updated 2 months ago
- A utility crate to log errors without losing key information along the way.☆32Updated 11 months ago
- Generate Rust enum variants without associated data☆99Updated last month
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Compile-time state machine magic for Rust: Zero-boilerplate typestate patterns with automatic transition validation☆172Updated 6 months ago
- A new type of asynchronous database combining the concepts of distributed databases and blockchain☆111Updated 3 months ago
- Compile-time regular expressions, the right way.☆81Updated 10 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year
- ☆78Updated 2 months ago
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆42Updated last year
- Procedural macros to facilitate enum usage, such as when delegating implementations and/or generating variant types.☆51Updated last month
- Include your assets statically into your application with a strict structure☆93Updated last month
- Static-checked parsing of regexes into structs☆45Updated last year
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- A fast, lightweight and extensible implementation of a graph data structure.☆39Updated last year
- Costless typed identifiers backed by UUID, with kind readable in serialized versions☆75Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated last week
- Utilities for working with shared slices of memory☆82Updated 5 months ago
- Ansic is a modern, efficient and compile time ansi macro and utilities.☆57Updated 5 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated last year
- Typed any map for rust☆67Updated last year
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆35Updated last month
- Yet another string type for Rust