lazy_static 1.5.0

A macro for declaring lazily evaluated statics in Rust.
Documentation
[dependencies.spin]
default-features = false
features = ["once"]
optional = true
version = "0.9.8"
[dev-dependencies.doc-comment]
version = "0.3.1"

[dev-dependencies.trybuild]
version = "1"

[features]
spin_no_std = ["spin"]

[package]
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
categories = ["no-std", "rust-patterns", "memory-management"]
description = "A macro for declaring lazily evaluated statics in Rust."
documentation = "https://docs.rs/lazy_static"
exclude = [".github"]
keywords = ["macro", "lazy", "static"]
license = "MIT OR Apache-2.0"
name = "lazy_static"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
version = "1.5.0"