dcchut / async-recursion
Procedural macro for recursive async functions
☆220Updated 2 months ago
Alternatives and similar repositories for async-recursion:
Users that are interested in async-recursion are comparing it to the libraries listed below
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆338Updated 3 weeks ago
- Serialize and deserialize C-like enum as underlying repr☆238Updated last month
- x-www-form-urlencoded meets Serde☆243Updated 7 months ago
- A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.☆215Updated 4 months ago
- A lightweight version of pin-project written with declarative macros.☆243Updated 2 weeks ago
- Conditional compilation according to rustc compiler version☆350Updated last month
- Struct fields that are made read-only accessible to other modules☆237Updated last month
- Efficient and customizable data-encoding functions in Rust☆184Updated last month
- A parser and formatter for std::{SystemTime, Duration}☆320Updated 2 weeks ago
- Compile-time string formatting☆234Updated 3 months ago
- Check if tables and items in a .toml file are lexically sorted☆228Updated 3 months ago
- A set of alternative `derive` attributes for Rust☆434Updated 10 months ago
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆189Updated last year
- An auxiliary serde library providing helpful functions for serialisation and deserialisation for containers, struct fields and others.☆163Updated last month
- Allows for the creation of serialised Rust tests☆244Updated last week
- MIMEs in Rust☆190Updated 5 months ago
- Boolean-valued predicate functions in Rust☆185Updated last month
- A Rust JSON5 serializer and deserializer which speaks Serde.☆196Updated last year
- Generic bijective maps in Rust☆142Updated last year
- An async parser for multipart/form-data content-type in Rust☆158Updated 11 months ago
- Cargo extension for running Criterion.rs benchmarks☆195Updated 8 months ago
- Serde support for querystring-style strings☆204Updated 3 weeks ago
- Macro for writing nested `if let` expressions