Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Useful Rust Crates for Database
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
surrealdb
SurrealDB is an end-to-end cloud native database for web, mobile, serverless, Jamstack, backend, and traditional applications. SurrealDB reduces the development time of modern applications by simplifying your database and API …
Useful Rust Crates for Filesystem
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
std::fs
camino
Camino is an extension of the std::path module that adds new Utf8PathBuf and Utf8Path types.
glob
glob supports matching file paths against Unix shell style patterns.
jwalk …
Useful Rust Crates
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://crates.io/crates?sort=downloads
Summary of Collections in Rust
Dev Tools for Rust
Error Handling in Rust
Useful Rust Crates for Testing
Profile Rust Applications
Implement a Singleton in …
Useful Rust Crates for Numeric Computation
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
num
num A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more!
num-derive
num-derive providess procedural macros to derive numeric traits in …