[dependencies]
[package]
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Tiny (no dependency, no proc macro) way to run some code before main."
documentation = "https://docs.rs/startup"
edition = "2018"
homepage = "https://github.com/thomcc/startup"
keywords = ["constructor", "ctor", "init", "main", "static"]
license = "Apache-2.0 OR MIT OR Zlib"
name = "startup"
readme = "README.md"
repository = "https://github.com/thomcc/startup"
version = "0.1.0"