feat: first commit

This commit is contained in:
2024-11-09 01:29:29 +04:00
commit 6eb6cef6ee
5 changed files with 254 additions and 0 deletions

7
src/lib.rs Normal file
View File

@@ -0,0 +1,7 @@
#![no_std]
mod types;
use types::*;