ezhook 0.2.2

Function hooking for x86
Documentation
[dependencies.lde]
optional = true
version = "0.3"

[features]
trampoline = ["lde"]

[package]
authors = ["Parth Shastri"]
categories = ["hardware-support", "no-std"]
description = "Function hooking for x86"
edition = "2018"
include = ["src", "README.md", "LICENSE"]
keywords = ["hook", "detour", "function", "x86"]
license = "MIT"
name = "ezhook"
repository = "https://github.com/cppio/ezhook"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[target."cfg(unix)".dev-dependencies.libc]
default-features = false
version = "0.2"
[target."cfg(windows)".dev-dependencies.winapi]
features = ["memoryapi"]
version = "0.3"