roblox-buffer 1.0.0

A serializable and deserializable representation of the Roblox buffer type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "roblox-buffer"
description = "A serializable and deserializable representation of the Roblox buffer type."
license = "MPL-2.0"
version = "1.0.0"
edition = "2024"

[dependencies]
data-encoding = "2.9.0"
serde = { version = "1.0.163", features = ["derive"] }
zstd = { version = "0.13.3", default-features = false }

[dev-dependencies]
serde_json = "1.0.140"