Skip to content

A fast, lightweight, and easy-to-use NBT serialization library.

License

Notifications You must be signed in to change notification settings

TheVeryStarlk/Raspite

Repository files navigation

Raspite

A fast, lightweight, and easy-to-use NBT serialization library.

Usage

Breaking changes are to be expected.

Parsing

var success = TagSerializer.TryParse(source, out var tag);

Writing

var tag = new StringTag("Hello, world!");
TagSerializer.Serialize(buffer, tag);

Plans

  • Implement variable-prefix types.

About

A fast, lightweight, and easy-to-use NBT serialization library.

Topics

Resources

License

Stars

Watchers

Forks

Languages