Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msgpack4z/msgpack4z-native
simple implementation of msgpack4z-api. zero dependencies without msgpack4z-api. support jvm, scala-js and scala-native
https://github.com/msgpack4z/msgpack4z-native
msgpack msgpack4z scala scala-native scalajs serialization
Last synced: about 1 month ago
JSON representation
simple implementation of msgpack4z-api. zero dependencies without msgpack4z-api. support jvm, scala-js and scala-native
- Host: GitHub
- URL: https://github.com/msgpack4z/msgpack4z-native
- Owner: msgpack4z
- Created: 2015-01-04T18:01:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T00:19:21.000Z (about 2 months ago)
- Last Synced: 2024-10-29T01:22:45.794Z (about 2 months ago)
- Topics: msgpack, msgpack4z, scala, scala-native, scalajs, serialization
- Language: Scala
- Homepage: https://msgpack4z.github.io/graph.svg
- Size: 232 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-scala-native - msgpack4z - Implementation of [MessagePack](https://msgpack.org/), a binary serialisation format. (File Formats and Parsers)
README
# msgpack4z-native
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.xuwei-k/msgpack4z-native_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.xuwei-k/msgpack4z-native_2.12)
[![scaladoc](https://javadoc.io/badge2/com.github.xuwei-k/msgpack4z-native_3/javadoc.svg)](https://javadoc.io/doc/com.github.xuwei-k/msgpack4z-native_3/latest/api/msgpack4z.html)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.0.0.svg)](https://www.scala-js.org)-
-```scala
libraryDependencies += "com.github.xuwei-k" %% "msgpack4z-native" % "0.4.0"
```