Custom marshal enc/decoding impl

This commit is contained in:
Noa 2022-12-15 13:25:02 -06:00
parent 8f425e9ce2
commit b80bbec8e6
9 changed files with 857 additions and 204 deletions

View file

@ -4,6 +4,7 @@
mod bytecode;
mod error;
mod location;
pub mod marshal;
mod mode;
pub use bytecode::*;