#effect #functional #zio

env-io

A highly experimental, work-in-progress, functional effect system for Rust that is inspired by the ZIO library for Scala

1 unstable release

0.0.1 Mar 29, 2019

#94 in #effect

MIT license

4KB

Env-IO

What is Env-IO?

Env-IO is a highly experimental, work-in-progress, functional effect system for Rust that is inspired by the ZIO library for Scala. Specifically, it is based on ZIO environments, as described in this article.

What is the point of this?

I wrote this for fun and because I wanted to learn more about Rust's traits. It also allows me experiment with the various properties of functional effect systems in Rust.

No runtime deps