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: 18 days ago
JSON representation
Some intro code to help with understanding ZIO 1.x
- Host: GitHub
- URL: https://github.com/fancellu/zio-intro-examples
- Owner: fancellu
- Created: 2021-04-05T10:21:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T18:50:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T10:32:45.160Z (over 1 year ago)
- Topics: scala, zio, zio-test
- Language: Scala
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```