production-rs / bikeshedLinks
Initial rallying point for ideas and PRs around solving discoverability of Rust crates for production use.
☆29Updated 8 years ago
Alternatives and similar repositories for bikeshed
Users that are interested in bikeshed are comparing it to the libraries listed below
Sorting:
- Scary macros for serde_json☆43Updated 8 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 3 months ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- Lint to disallow the moving of marked types in Rust☆35Updated 8 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 8 years ago
- More maintainable Rust test☆28Updated 3 years ago
- reprints for your terminal screen☆20Updated 9 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.