fogtix/crates/fogtix-bytecode/src/lib.rs
2022-09-23 04:45:34 +02:00

5 lines
115 B
Rust

/// Fogtix bytecode is structured as length-type-value items, which can be nested.
pub mod consts;
pub mod value;