redhook 2.0.0

Dynamic function call interposition / hooking (LD_PRELOAD) for Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "libc"
version = "0.2.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"

[[package]]
name = "redhook"
version = "2.0.0"
dependencies = [
 "libc",
]