Rust implementations of abstract algebraic structures
Simple Rust implementations of selected abstract algebraic structures. (more…)
Read more »Higher kinded types is something which has been discussed a lot related to Rust in the past year,
both as a feature people want, but also as a feature people do not really know what to do with.
I am going to focus on the Monad trait in this post, since th… Read more