Skip to content

Files

Latest commit

 

History

History
7 lines (5 loc) · 332 Bytes

integrating-with-zio.md

File metadata and controls

7 lines (5 loc) · 332 Bytes

ZIO Interoperability

TODO: Add details.

Because the library uses the Tagless Final pattern, it is perfectly possible to use it with ZIO. You might check zio_interop branch, where conformance is implemented with ZIO and ZIO-gRPC. More details on interop with cats-effect.