Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Rust for Machine Learning
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
candle
Candle is a minimalist ML framework for Rust with a focus on easiness of use and on performance (including GPU support).
dfdx
dfdx is an ergonomics & safety focused deep learning …
Markdown Tools Written in Rust
LLM in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/rustformers/llm llm is an ecosystem of Rust libraries for working with large language models - it's built on top of the fast, efficient GGML library for machine learning …
Useful Rust Crates
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://lib.rs/
https://blessed.rs/crates
https://crates.io/crates?sort=downloads
Summary of Collections in Rust
Dev Tools for Rust
Error Handling in Rust
Useful Rust Crates for …
Serialization and Deserialization in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
serde Based Serialization and Deserialization
serde
serde is a generic serialization/deserialization framework .
serde_with
serde_with provides custom de/serialization helpers to use in combination with serde's with-annotation and with …