Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
cargo-udeps helps find unused dependencies in Cargo.toml.
Installation
cargo install cargo-udeps
Usage
cargo +nightly udeps
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
cargo-udeps helps find unused dependencies in Cargo.toml.
cargo install cargo-udeps
cargo +nightly udeps
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
derive_more
adds `#[derive(x)]
macros for more traits.
derive_builder
provides Rust macro to automatically implement the builder pattern for arbitrary structs.
A simple #[derive(Builder)]
will generate a FooBuilder …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://lib.rs/
Rust Blessed is an unofficial guide to the Rust ecosystem.
Please refer to Tips on rustup for installing Rust using rustup (the recommended way for most users …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
GlideSort is a novel stable sorting algorithm that combines the best-case behavior of Timsort-style merge sorts for pre-sorted …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Shuttle is a Rust-native cloud development platform that lets you deploy your Rust apps for free. Shuttle uses traits and annotations to configure your backend deployment - including databases.