feat: rust sdk initial commit

This commit is contained in:
sanix-darker
2024-07-07 14:40:52 +02:00
parent e779dbbe26
commit e24bbcc6eb
6 changed files with 1630 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.PHONY: build run format
build:
cargo build
run: build
cargo run
format:
cargo fmt