Initial Commit

This commit is contained in:
Xavier Moffett 2023-09-27 01:12:35 -04:00
commit ccc5f5b01b
7 changed files with 693 additions and 0 deletions

5
Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[package]
name = "simplebyteunit"
authors = ["Xavier R.M."]
version = "0.1.0"
edition = "2021"