env-io 0.0.1

A highly experimental, work-in-progress, functional effect system for Rust that is inspired by the ZIO library for Scala
Documentation
  • Coverage
  • 0%
    0 out of 12 items documented0 out of 7 items with examples
  • Size
  • Source code size: 3.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.58 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • jonathanrlouie/env-io
    12 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jonathanrlouie

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.