Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ✉️

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"
```