Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fancellu/zio-intro-examples
- Owner: fancellu
- Created: 2021-04-05T10:21:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T18:50:39.000Z (over 2 years ago)
- Last Synced: 2024-11-10T17:12:28.663Z (2 months 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```