Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwwraith committed May 13, 2021
2 parents 8f82c6b + cd12b42 commit a8af161
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ This library allows serialization and deserialization of objects to and from [Av

Allows serialization and deserialization of objects to and from [BSON](https://docs.mongodb.com/manual/reference/bson-types/).

### Minecraft NBT (Multiplatform)

* GitHub repo: [BenWoodworth/knbt](https://github.com/BenWoodworth/knbt)
* Artifact ID: `net.benwoodworth.knbt:knbt`
* Platform: all supported platforms

Implements the [NBT format](https://minecraft.fandom.com/wiki/NBT_format) for kotlinx.serialization, and
provides a type-safe DSL for constructing NBT tags.

### MsgPack (Multiplatform)

* GitHub repo: [esensar/kotlinx-serialization-msgpack](https://github.com/esensar/kotlinx-serialization-msgpack)
Expand Down

0 comments on commit a8af161

Please sign in to comment.