awslabs / spindleLinks
☆15Updated 3 weeks ago
Alternatives and similar repositories for spindle
Users that are interested in spindle are comparing it to the libraries listed below
Sorting:
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆60Updated last month
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 10 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆59Updated 2 weeks ago
- Human-friendly indexed collections☆54Updated this week
- A primitive for writing structural search and replace programs for rust☆31Updated 2 months ago
- Serde Visitor for deserializing untagged enums☆65Updated 3 weeks ago
- Serde serializer for generating Starlark build targets☆67Updated last week
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- A YAML representation library which explicitly retains provenance data☆20Updated 3 months ago
- Rust traits for key comparison in maps.☆34Updated 6 months ago
- ☆24Updated 2 years ago
- Bindings to the brotli library featuring a low-overhead encoder and decoder, Writers and Readers for compression and decompression at cus…☆25Updated last year
- Count directory entries—`ls | wc -l` but faster