[package] name = "unchecked_mutable" description = "Shared mutable without runtime cost" documentation = "http://kalitaalexey.github.io/unchecked_mutable/doc/unchecked_mutable/index.html" repository = "https://github.com/KalitaAlexey/unchecked_mutable" keywords = ["shared", "mutable"] license = "MIT" version = "0.1.0" authors = ["kalita.alexey "] exclude = [ "target" ] include = [ "src/lib.rs", "Cargo.toml", ]