luau-bytecode 0.732.0

Luau bytecode model, builder, serializer, and dumper
Documentation
[package]
name = "luau-bytecode"
version = "0.732.0"
description = "Luau bytecode model, builder, serializer, and dumper"
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
bitfields.workspace = true
luau-common.workspace = true
luau-printf.workspace = true

[dev-dependencies]
luau-compiler = { path = "../luau-compiler" }
luau-syntax.workspace = true

[lints]
workspace = true