Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 667 Bytes

File metadata and controls

12 lines (8 loc) · 667 Bytes

Go Reference

rbxdump

The rbxdump package is a Go package used to serialize Roblox Lua API dumps.

API References

  • rbxdump
    • diff: Provides operations for diffing and patching rbxdump structures.
    • json: Serializes between rbxdump and the JSON dump format.
    • legacy: Serializes between rbxdump and the legacy dump format.