[mem] Add mapped memory

This commit is contained in:
2024-02-16 23:13:59 +05:30
parent 9cee3325cc
commit 9314888e99
8 changed files with 179 additions and 0 deletions

6
src/args.rs Normal file
View File

@@ -0,0 +1,6 @@
use clap::Parser;
#[derive(Debug,Parser)]
pub struct BytePusherArgs{
}