novifinancial / serde-reflectionLinks
Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.
☆139Updated 3 years ago
Alternatives and similar repositories for serde-reflection
Users that are interested in serde-reflection are comparing it to the libraries listed below
Sorting:
- skiplist☆142Updated 3 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 4 months ago
- ☆216Updated 3 weeks ago
- Heap-based async timers☆214Updated last year
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- A global executor built on top of async-executor and smol