Initial stuff and memory implementation

This commit is contained in:
2025-09-27 16:38:06 +02:00
parent 282740cb59
commit 4a2272ae49
6 changed files with 268 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "rvem"
version = "0.1.0"
edition = "2024"
[dependencies]
memmap2 = "0.9.8"