Whatlang: A Natural language detection library for Rust

Natural language detection library for Rust. Try demo online: https://whatlang.org/ – greyblake/whatlang-rs… Read more

Similar

Piece by Piece: Write Readable Rust Code

I am a newbie programmer, and this is my first post about my Rust programming experience. Even though I have been involved in the Rust community for a while, I am not familiar with programming in Rust. I do want to have Rust in my toolkit though, so I dec... (more…)

Read more »

Monads and GATs in Nightly Rust

I saw a recent Reddit post on the advances in Generic Associated Types (GATs) in Rust, which allows for the definition of a Monad trait. In this post, I'm going to take it one step further: a monad transformer trait in Rust! (more…)

Read more »