Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fancellu/zio-intro-examples

Some intro code to help with understanding ZIO 1.x
https://github.com/fancellu/zio-intro-examples

scala zio zio-test

Last synced: 8 days ago
JSON representation

Some intro code to help with understanding ZIO 1.x

Awesome Lists containing this project

README

        

## zio-intro-examples

https://zio.dev/

Some intro code to help with understanding zio 1.x, i.e. monkey see, monkey do

- Unit tests with zio-test

- Json with zio-json

- Fibers

- ZLayers

- Modules

To run the unit tests

```sbt test```