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
[package]
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
categories = ["caching", "memory-management", "rust-patterns"]
description = "Interior mutability, write-once and borrowable as plain &T"
documentation = "https://docs.rs/mutate_once"
edition = "2018"
homepage = "https://github.com/kamadak/mutate_once-rs"
keywords = ["cell", "mutability", "write-once"]
license = "BSD-2-Clause"
name = "mutate_once"
readme = "README"
repository = "https://github.com/kamadak/mutate_once-rs"
version = "0.1.1"