Ereski / generic-stdLinks
Experimental HKT framework and generic traits for the standard library
☆22Updated 3 years ago
Alternatives and similar repositories for generic-std
Users that are interested in generic-std are comparing it to the libraries listed below
Sorting:
- impl Stream for (your own) Generator☆18Updated 6 years ago
- Serialization value trees☆48Updated last year
- Concurrent hash trie☆58Updated 5 years ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 6 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆43Updated 7 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- A drop-in replacement for #[derive(Debug)] with support for members which do not implement `fmt::Debug`.☆24Updated 6 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- Token tree calling convention☆83Updated 3 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆48Updated 3 years ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆45Updated 3 years ago
- Derive for the Display trait☆51Updated 7 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated last year
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- A macro to generate Rust actors☆46Updated 5 years ago
- Tinkering with a more ergonomic cell abstraction☆16Updated 6 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 5 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated this week
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆103Updated 3 months ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 10 months ago
- Rust macro to build std::Command objects with shell syntax. Uses macro_rules! and works on stable.☆44Updated 5 years ago
- A syntactic "for" loop Rust macro☆55Updated 3 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 5 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- Adds `#[derive(Deref)]` and `#[derive(DerefMut)]`☆38Updated 4 years ago