init 0.2.0

Mark a function to run before main.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
gcc = "0.3"
init_codegen = "0.2.0"

[package]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
description = "Mark a function to run before main."
documentation = "https://docs.rs/init"
homepage = "https://github.com/mehcode/init-rs"
keywords = ["init"]
license = "MIT/Apache-2.0"
name = "init"
readme = "../README.md"
repository = "https://github.com/mehcode/init-rs/tree/master/init"
version = "0.2.0"