Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tarao/record4s
- Owner: tarao
- License: apache-2.0
- Created: 2023-09-11T13:50:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T00:34:02.000Z (12 days ago)
- Last Synced: 2025-01-16T02:15:45.549Z (8 days ago)
- Topics: data-types, records, scala, scala3
- Language: Scala
- Homepage: https://tarao.orezdnu.org/record4s/
- Size: 843 KB
- Stars: 64
- Watchers: 4
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/