eriktim / zio-schema

A way to describe schemas in a protocol-agnostic way, for purposes of generating codecs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZIO-SCHEMA

CI Release Issues Discord
Build Status Release Artifacts Average time to resolve an issue [![badge-discord]][link-discord]

ZIO Schema: TODO

Installation

Add in your build.sbt:

libraryDependencies += "dev.zio" %% "zio-schema" % "<version>"

About

A way to describe schemas in a protocol-agnostic way, for purposes of generating codecs.

License:Apache License 2.0


Languages

Language:Shell 51.4%Language:Scala 48.6%