ctor 0.2.8

__attribute__((constructor)) for Rust
Documentation
[[example]]
name = "example"
path = "src/example.rs"
[badges.travis-ci]
branch = "master"
repository = "mmastrac/rust-ctor"
[dependencies.quote]
version = "1.0.20"

[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "proc-macro"]
version = "2.0.12"
[dev-dependencies.libc-print]
version = "0.1.20"

[features]
used_linker = []

[lib]
name = "ctor"
proc-macro = true

[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
description = "__attribute__((constructor)) for Rust"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "ctor"
readme = "README.md"
repository = "https://github.com/mmastrac/rust-ctor"
version = "0.2.8"