From 4a2272ae49942eba487cb51c4d7e8466c2ee0af1 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 27 Sep 2025 16:38:06 +0200 Subject: Initial stuff and memory implementation --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/lib.rs (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..8484460 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,2 @@ +mod consts; +pub mod mem; -- cgit v1.2.3