tests and doc

This commit is contained in:
2025-12-31 12:40:31 +11:00
parent 29cc80f405
commit 3af564d826
4 changed files with 107 additions and 15 deletions
Generated
+10
View File
@@ -24,6 +24,15 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "fork"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29714eb48a54d35d6f107e38cc58003f2e26825f222119db8369d28b24b79f2a"
dependencies = [
"libc",
]
[[package]]
name = "funty"
version = "2.0.0"
@@ -67,6 +76,7 @@ name = "signalstream"
version = "0.1.0"
dependencies = [
"bitvec",
"fork",
"libc",
"signal-hook",
]