Add VmReader and VmWriter

This commit is contained in:
LI Qing
2023-10-30 13:29:01 +08:00
committed by Tate, Hongliang Tian
parent 644ebe5ab2
commit b0b25f9282
4 changed files with 271 additions and 94 deletions

View File

@ -14,6 +14,8 @@
#![feature(iter_from_generator)]
#![feature(const_mut_refs)]
#![feature(let_chains)]
#![feature(ptr_sub_ptr)]
#![feature(const_ptr_sub_ptr)]
extern crate alloc;
#[macro_use]