Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tarao/record4s

Extensible records for Scala
https://github.com/tarao/record4s

data-types records scala scala3

Last synced: about 9 hours ago
JSON representation

Extensible records for Scala

Awesome Lists containing this project

README

        

record4s: extensible records for Scala
===========================================================================================
[![Build status](https://img.shields.io/github/actions/workflow/status/tarao/record4s/ci.yml)](https://github.com/tarao/record4s/actions/workflows/ci.yml)
[![Coverage status](https://codecov.io/gh/tarao/record4s/graph/badge.svg?token=U9309O1VNK)](https://codecov.io/gh/tarao/record4s)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.tarao/record4s_3.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.tarao/record4s_3)
[![Scaladoc](https://javadoc.io/badge2/com.github.tarao/record4s_3/javadoc.svg?color=blue&label=Scaladoc)](https://javadoc.io/doc/com.github.tarao/record4s_3)


[![record4s Scala version support](https://index.scala-lang.org/tarao/record4s/record4s/latest-by-scala-version.svg?platform=jvm&color=blue)](https://index.scala-lang.org/tarao/record4s/record4s)
[![record4s Scala version support](https://index.scala-lang.org/tarao/record4s/record4s/latest-by-scala-version.svg?platform=sjs1&color=blue)](https://index.scala-lang.org/tarao/record4s/record4s)
[![record4s Scala version support](https://index.scala-lang.org/tarao/record4s/record4s/latest-by-scala-version.svg?platform=native0.4&color=blue)](https://index.scala-lang.org/tarao/record4s/record4s)

record4s proviedes extensible records for Scala.

See the [guide][] to learn about installation and usage.

License
-------

record4s is licensed under [Apache License, Version 2.0][apache2].

[apache2]: https://www.apache.org/licenses/LICENSE-2.0
[guide]: https://tarao.orezdnu.org/record4s/