lazy_static 0.1.16

A macro for declaring lazily evaluated statics in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lazy_static"
version = "0.1.16"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT"

description = "A macro for declaring lazily evaluated statics in Rust."
readme = "README.md"
documentation = "http://rust-lang-nursery.github.io/lazy-static.rs/lazy_static/index.html"

repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
keywords = ["macro", "lazy", "static"]

[features]
nightly = []