holey-bytes/hbvm/src/lib.rs

7 lines
84 B
Rust

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