Word2vec Implemented in Rust

pure rust implemention of word2vec. Contribute to mklf/word2vec-rs development by creating an account on GitHub. Read more

Similar

Rust: Notes on Io-Uring

Last fall I was working on a library to make a safe API for driving futures on top of an an io-uring instance. Though I released bindings to liburing called iou, the futures integration, called ostkreuz, was never released. I don’t know if I will pick thi... (more…)

Read more »

How Rust is tested

Rust is a systems programming language with massive ambitions. It is designed for creating the most reliable software, from the tiniest embedded systems to multi-million line behemoths, and its users need to have confidence that it is fit for purpose. (more…)

Read more »

Translating Quake 3 into Rust: Immunant, Inc

The Rust-loving team at Immunant has been hard at work on C2Rust, a migration framework that takes the drudgery out of migrating to Rust. Our goal is to make safety improvements to the translated Rust automatically where we can, and help the programmer do... (more…)

Read more »