Initial commit

This commit is contained in:
Alex Garcia 2024-04-20 13:38:58 -07:00
commit 4c8ad629e0
28 changed files with 6758 additions and 0 deletions

15
tests/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "tests"
version = "0.1.0"
edition = "2021"
[dependencies]
[build-dependencies]
cc = "1.0"
[[bin]]
name = "unittest"
path = "unittest.rs"