guerrilla 0.1.4

Guerrilla (or Monkey) Patching in Rust for (unsafe) fun and profit.
Documentation
[dev-dependencies.chrono]
version = "0.4.6"

[package]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
description = "Guerrilla (or Monkey) Patching in Rust for (unsafe) fun and profit."
documentation = "https://docs.rs/guerrilla"
license = "MIT/Apache-2.0"
name = "guerrilla"
readme = "README.md"
repository = "https://github.com/mehcode/guerrilla"
version = "0.1.4"
[target."cfg(any(unix, macos))".dependencies.libc]
version = "0.2.43"
[target."cfg(windows)".dependencies.winapi]
features = ["memoryapi"]
version = "0.3.6"