holey-bytes/hbvm/src/lib.rs

8 lines
102 B
Rust

#![doc = include_str!("../README.md")]
#![no_std]
extern crate alloc;
pub mod validate;
pub mod vm;