Initial parser implementation and bin2h example program

This commit is contained in:
2025-10-28 18:19:51 +11:00
commit 3030c5cad9
10 changed files with 635 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "jaarg"
version = "0.0.1"
edition = "2021"
description = "It can parse your arguments you should use it it's called jaarg"
[features]
default = ["std"]
std = []