Create and map shared memory pool with libc

This commit is contained in:
2025-04-03 13:38:12 -07:00
parent 07e8089787
commit 7369c5f813
5 changed files with 143 additions and 3 deletions

9
Cargo.lock generated
View File

@@ -5,3 +5,12 @@ version = 4
[[package]]
name = "ChloroStart-rs"
version = "0.1.0"
dependencies = [
"libc",
]
[[package]]
name = "libc"
version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"