containers/youki – A container runtime written in Rust

Container runtime written in Rust. Contribute to containers/youki development by creating an account on GitHub. Read more

Similar

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 »