mutate_once 0.1.1

Interior mutability, write-once and borrowable as plain &T
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mutate_once"
version = "0.1.1"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
edition = "2018"

description = "Interior mutability, write-once and borrowable as plain &T"
documentation = "https://docs.rs/mutate_once"
homepage = "https://github.com/kamadak/mutate_once-rs"
repository = "https://github.com/kamadak/mutate_once-rs"
readme = "README"
keywords = ["cell", "mutability", "write-once"]
categories = ["caching", "memory-management", "rust-patterns"]
license = "BSD-2-Clause"