vincent-herlemont / native_modelLinks
A thin wrapper around serialized data which add information of identity and version.
☆29Updated 3 weeks ago
Alternatives and similar repositories for native_model
Users that are interested in native_model are comparing it to the libraries listed below
Sorting:
- Deserialize (potentially nested) environment variables into your custom structs☆59Updated last year
- Reports when tokio runtime threads are blocking☆66Updated last year
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆66Updated last month
- Serde Visitor for deserializing untagged enums☆69Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year
- Prototype of wasm code splitting with lazy async loading, see https://github.com/rustwasm/wasm-bindgen/issues/3939☆53Updated last year
- Async, lock-free synchronization primitives for task wakeup☆49Updated last year
- Release complex cargo-workspaces automatically with changelog generation, used by `gitoxide`☆111Updated last week
- Static-checked parsing of regexes into structs☆45Updated last year
- A caching middleware that follows HTTP caching rules☆92Updated 3 weeks ago
- Progress reporting abstraction for Rust☆65Updated last year
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- A wrapper around UUIDs to provide type safety☆40Updated this week
- A utility crate to log errors without losing key information along the way.☆32Updated 11 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.