indirect-once 0.2.0

One-time resolvable runtime indirection in the style of glibc's ifunc
Documentation
[dependencies.indirect-once-derive]
optional = true
version = "0.2.0"

[dependencies.parking_lot]
optional = true
version = "^0"

[features]
default = ["parking-lot", "proc-macro"]
parking-lot = ["parking_lot", "indirect-once-derive/parking_lot"]
proc-macro = ["indirect-once-derive"]

[package]
authors = ["toshokan <toshokan@shojigate.net>"]
description = "One-time resolvable runtime indirection in the style of glibc's ifunc"
documentation = "https://docs.rs/indirect-once"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "indirect-once"
readme = "../README.md"
repository = "https://github.com/toshokan/indirect-once"
version = "0.2.0"