| Crates.io | env-io |
| lib.rs | env-io |
| version | 0.0.1 |
| created_at | 2019-03-29 07:05:00.60759+00 |
| updated_at | 2019-03-29 07:05:00.60759+00 |
| description | A highly experimental, work-in-progress, functional effect system for Rust that is inspired by the ZIO library for Scala |
| homepage | https://github.com/jonathanrlouie/env-io |
| repository | https://github.com/jonathanrlouie/env-io |
| max_upload_size | |
| id | 124508 |
| size | 4,272 |
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.
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.