plotnik-bytecode 0.3.2

Bytecode format and runtime types for Plotnik
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "plotnik-bytecode"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Bytecode format and runtime types for Plotnik"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage_nightly)'] }

[dependencies]
plotnik-core.workspace = true
regex-automata = { version = "0.4", features = ["dfa-search"] }
thiserror = "2.0.17"

[dev-dependencies]
insta = { version = "=1.46.1", features = ["yaml"] }