hotpatch 0.1.0

Changing function definitions at runtime
Documentation
[dependencies.hotpatch_macros]
version = "0.1.0"

[dependencies.libloading]
version = "^0.6"

[dependencies.once_cell]
version = "^1.5.0"

[dependencies.simple-error]
version = "^0.2.0"

[dependencies.variadic_generics]
version = "^0.1.0"

[features]
allow-main = ["hotpatch_macros/allow-main"]
default = []
large-signatures = []
redirect-main = ["hotpatch_macros/redirect-main"]

[package]
authors = ["Shizcow <pohl.devin@gmail.com>"]
categories = ["development-tools"]
description = "Changing function definitions at runtime"
edition = "2018"
keywords = ["hotpatch", "patch", "dynamic"]
license = "GPL-3.0"
name = "hotpatch"
readme = "../README.md"
repository = "https://github.com/Shizcow/hotpatch"
version = "0.1.0"