mut_static 5.0.0

Provides a struct to help create mutable statics with lazy_static.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.error-chain]
default-features = false
version = "0.10"

[package]
authors = ["Tyler Wolf Leonhardt <tyler.wolf.leonhardt@gmail.com>"]
description = "Provides a struct to help create mutable statics with lazy_static."
documentation = "https://github.com/tyleo/mut_static.git"
exclude = [".gitignore", "build.gradle", "gradle", "gradlew", "gradlew.bat", "README", "test/**"]
keywords = ["lazy_static", "mut", "static"]
license = "MIT"
name = "mut_static"
repository = "https://github.com/tyleo/mut_static.git"
version = "5.0.0"