khonsulabs / justjsonLinks
An efficient JSON Value parser
☆77Updated last year
Alternatives and similar repositories for justjson
Users that are interested in justjson are comparing it to the libraries listed below
Sorting:
- Zero-cost bitsets over native Rust types☆78Updated 3 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- A versatile and developer-friendly trait mocking library☆75Updated 3 months ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated 10 months ago
- Asynchronous DNS lookups☆66Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Typed any map for rust☆67Updated 6 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 9 months ago
- Lending iterators on stable Rust☆83Updated last year
- String optimized for map keys☆65Updated last week
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆81Updated 3 weeks ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆120Updated 9 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆147Updated 11 months ago
- It executes futures☆57Updated 2 years ago
- Simple channel-like APIs over TCP streams for communications between rust services.☆38Updated last year
- A Platform-less, Runtime-less Actor Computing Model☆126Updated last year
- A memory efficient syntax tree for language developers☆62Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- Runtime-agnostic actor library☆77Updated 2 years ago
- Serde Visitor for deserializing untagged enums☆63Updated last month
- Serde-based replacement for #[derive(Debug)]☆68Updated 9 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Dynamic structured values for Rust