Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Trait Bound in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
There has to be a way to bundle up those type declarations. Was it not possible to make driver a trait that contains all of the complicated type declarations?
- Avoid using …
Writing Docs Using Markdown
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Markdown Standard
- CommonMark is the Markdown standard. Its specs can be found at commonmark-spec. https://talk.commonmark.org/ is the community forum for CommonMark. Note that CommonMark is supported by GitHub …
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