ohsayan / derivedLinks
Rust derive macros for automating the boring stuff.
☆11Updated 3 years ago
Alternatives and similar repositories for derived
Users that are interested in derived are comparing it to the libraries listed below
Sorting:
- A fast mpmc queue with broadcast capabilities. Known as multiqueue too.☆56Updated 3 years ago
- Pure Rust library for Apache ZooKeeper built on tokio☆22Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆72Updated 3 weeks ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Serde partial serialization made easy☆42Updated 2 years ago
- Additional utilities around the bytes crate☆19Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 3 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- JSON Pointer (RFC 6901) implementation for Rust☆45Updated this week
- Typed any map for rust☆67Updated 5 months ago
- Another try to simplify newtype creation in rust☆15Updated 8 months ago
- Abstract over different executors☆73Updated last year
- Serde support for the humantime crate☆33Updated last year
- OpenSSL bindings for Tokio☆43Updated 8 months ago
- ☆23Updated last year
- TLS listener for tide based on rustls☆32Updated 2 years ago
- Serde error messages for humans.☆34Updated last year
- ☆16Updated 2 months ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 8 months ago
- Composable allocator structures for plugging together more powerful allocators☆35Updated 4 years ago
- Async GraphQL Apollo Extensions☆34Updated last year
- A websocket protocol implementation.☆93Updated 2 months ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Rust Macro which embeds files into your executable. A fork of `rust-embed` with a focus on usage on web servers.