Oh, Winnow, a parser library written in Rust (for text and binary), reached version 1.0 last week!
https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md
Thanks @epage
Oh, Winnow, a parser library written in Rust (for text and binary), reached version 1.0 last week!
https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md
Thanks @epage
The new Rust backend serving local Sentence Transformers models for my Embeddings Playground is now online. Check it out here: https://embeddings.svana.name/
What's next for the Embeddings playground:
- Get rid of the API key requirement for commercial models (within some limits) to lower the friction
- Redesign the embedding model selector
RE: https://hachyderm.io/@epage/116222972742950673
I've known that #RustLang's Cargo has been taught to not update dependencies that it can't use (because they require a newer Rust version), but just learned that it can be told to respect the own crate's MSRV for that:
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo update
allows me to utilize this even though my MSRV is so old that Cargo didn't have that feature back then.
Thanks to @epage for pointing this out in the handling of https://chaos.social/@epage@hachyderm.io/116222972779591280.
** Sponsor announcement ** Infineon is a Silver Sponsor of RustWeek!
Find out more about them here: https://www.infineon.com/
Thank you for your support! 🙏
More info about RustWeek and tickets: https://rustweek.org/
**Announcing** The Rust Foundation is an Industry Partner of the RustWeek 2026 Industry Track.
Find out more about the Rust Foundation here: https://rustfoundation.org/
More info about the Industry Track at RustWeek: https://2026.rustweek.org/industry/
The lack of tabs in #helixEditor caused me to open two instances on the same project. Unfortunately, it's written in #rustlang so the multiple rust-analyzer instances almost memory bombed my machine...
As the whole session started freezing, I wrongly blamed Firefox and started unloading tabs, but the fox was (mostly) innocent this time.
Diverse perspectives on AI from Rust contributors and maintainers 🦀
Okay hear me out: a Rust cleanroom implementation of Slay the Spire's gameplay engine, that you could use to train an AI.
If nothing else, it would be fun code to write!