ctor 0.1.3

__attribute__((constructor)) for Rust
Documentation
[badges.travis-ci]
branch = "master"
repository = "mmastrac/rust-ctor"
[dependencies.quote]
version = "0.6.10"

[dependencies.syn]
default-features = false
features = ["full", "fold", "parsing", "printing", "proc-macro"]
version = "0.15.22"

[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.1.3"