Initial commit

All input and output functions are raw. Improved APIs will be added incrementally.
This commit is contained in:
2025-03-24 19:48:04 -07:00
commit 984ad106ab
20 changed files with 726 additions and 0 deletions
Generated
+23
View File
@@ -0,0 +1,23 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "architect"
version = "0.0.0"
dependencies = [
"paste",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "sample"
version = "0.0.0"
dependencies = [
"architect",
]