forkguard 0.1.3

if guard.detected_fork() { ... }
Documentation
[package]
name = "forkguard"
version = "0.1.3"
authors = ["LiosK <contact@mail.liosk.net>"]
license = "Apache-2.0"
edition = "2024"
rust-version = "1.85"
description = "if guard.detected_fork() { ... }"
repository = "https://github.com/LiosK/forkguard-rs"
documentation = "https://docs.rs/forkguard"
exclude = ["/.github/"]

[features]
atfork = ["dep:libc"]

[dependencies]
libc = { version = "0.2", optional = true }

[dev-dependencies]
libc = "0.2"

[package.metadata.docs.rs]
# RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps --open
all-features = true
rustdoc-args = ["--cfg", "docsrs"]