dtolnay / serde-starlarkLinks
Serde serializer for generating Starlark build targets
☆66Updated last month
Alternatives and similar repositories for serde-starlark
Users that are interested in serde-starlark 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
- ☆53Updated 3 months 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…☆56Updated 2 weeks ago
- The `io_uring` library for Rust (with Rustix)☆29Updated last month
- structured parallel execution for async Rust☆33Updated 10 months ago
- A low-level I/O ownership and borrowing library☆101Updated 6 months ago
- An exploration of Storages☆35Updated last year
- Serde Visitor for deserializing untagged enums☆63Updated last week
- ☆54Updated last year
- Make any value Sync but only available on its original thread☆39Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- Thread parking and unparking☆78Updated 5 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 8 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- An alternative `std`-like implementation built on origin