plotnik-bytecode 0.3.0

Bytecode format and runtime types for Plotnik
Documentation
[dependencies.plotnik-core]
version = "0.3.0"

[dependencies.regex-automata]
features = ["dfa-search"]
version = "0.4"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.insta]
features = ["yaml"]
version = "=1.46.0"

[lib]
name = "plotnik_bytecode"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Bytecode format and runtime types for Plotnik"
edition = "2024"
license = "Apache-2.0"
name = "plotnik-bytecode"
readme = false
repository = "https://github.com/plotnik-lang/plotnik"
resolver = "2"
version = "0.3.0"