bhook 0.1.1

Lightweight hook crate with no_std support that works on x86, x86_64, arm and aarch64
Documentation
[dependencies.clear-cache]
optional = true
version = "0.1.2"

[dependencies.region]
optional = true
version = "3.0.2"

[features]
cache_cleaning = ["dep:clear-cache"]
default = ["std", "cache_cleaning"]
std = ["dep:region"]

[lib]
name = "bhook"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Lightweight hook crate with no_std support that works on x86, x86_64, arm and aarch64"
edition = "2024"
keywords = ["hooking", "detour", "function", "nostd", "intercept"]
license = "CC0-1.0"
name = "bhook"
readme = "README.md"
repository = "https://github.com/mcbegamerxx954/bhook"
version = "0.1.1"