Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkrs/mess
Yet another msgpack (de)serializer for scala ✉️
https://github.com/tkrs/mess
msgpack shapeless
Last synced: 2 months ago
JSON representation
Yet another msgpack (de)serializer for scala ✉️
- Host: GitHub
- URL: https://github.com/tkrs/mess
- Owner: tkrs
- License: mit
- Created: 2016-10-25T14:43:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:22:30.000Z (3 months ago)
- Last Synced: 2024-09-18T13:47:59.436Z (3 months ago)
- Topics: msgpack, shapeless
- Language: Scala
- Homepage:
- Size: 654 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mess
[![CI](https://github.com/tkrs/mess/workflows/CI/badge.svg)](https://github.com/tkrs/mess/actions?query=workflow%3ACI)
[![Release](https://github.com/tkrs/mess/workflows/Release/badge.svg)](https://github.com/tkrs/mess/actions?query=workflow%3ARelease)
[![Tagging](https://github.com/tkrs/mess/actions/workflows/tagging.yml/badge.svg)](https://github.com/tkrs/mess/actions/workflows/tagging.yml)
[![codecov](https://codecov.io/gh/tkrs/mess/branch/master/graph/badge.svg)](https://codecov.io/gh/tkrs/mess)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/mess-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/mess-core_2.12)Yet another msgpack (de)serializer for scala, so this project inspired by [circe](https://github.com/circe/circe).
## How to use it
Add to your build.sbt
```
libraryDependencies += "com.github.tkrs" %% "mess-core" % "x.y.z"
```