holey-bytes/hbvm/src/lib.rs
2023-06-25 00:16:14 +02:00

6 lines
62 B
Rust

#![no_std]
extern crate alloc;
pub mod validate;
pub mod vm;