[go: up one dir, main page]

ctor 0.1.0

__attribute__((constructor)) for Rust
Documentation
[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"
repository = "https://github.com/mmastrac/rust-ctor"
version = "0.1.0"