dtolnay / serde-stacker
Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack
☆33Updated last month
Alternatives and similar repositories for serde-stacker:
Users that are interested in serde-stacker are comparing it to the libraries listed below
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- ☆36Updated 8 months ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- Thread-unsafe async runtime☆27Updated 5 months ago
- constant-size associative container backed by a simple array☆19Updated last year
- A library for constructing statically sized arrays☆10Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 weeks ago
- A newtype wrapper that causes Debug impls to skip a field.☆21Updated 2 years ago
- An async allocator with Fun™️ unsafe Rust☆18Updated last year
- A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.☆8Updated 2 years ago
- Experimenting with ergonomic dyn types☆29Updated 3 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- dom-like layout for terminal applications☆13Updated 4 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 3 months ago
- Lightweight path selector for searching Rust code☆16Updated last year
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- A synchronous message passing channel that only retains the most recent value.☆13Updated last year
- A simple compile-to-WebAssembly language rewritten in Rust☆11Updated 2 years ago
- Case-preserving, ASCII case-insensitive `no_std` string types for Rust.☆12Updated last year
- Print bytes as losslessly as possible.☆18Updated 5 months ago
- Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules.☆14Updated last month
- Fork of mimallocator that aims to port mimalloc over to rust.☆16Updated 5 years ago
- The home for Rust's governance documentation, such as team charters.☆13Updated 3 years ago
- ☆15Updated 5 years ago
- 🎙 An event based library for architecting user output for multiple output destinations, in Rust☆31Updated 4 months ago
- A simple macro to create correct opaque pointers☆22Updated 3 years ago
- 🧬 Small OAuth crate that follows the sans-io approach 🦀☆22Updated 8 months ago
- Log macro for logs kv-unstable backend☆20Updated 4 years ago
- Unbuffered and unlocked I/O streams☆45Updated last month
- Rust library for marker traits about types layout in memory