[go: up one dir, main page]

mucell 0.3.1

A cell with the ability to mutate the value through an immutable reference when safe
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mucell"
version = "0.3.1"
authors = ["Chris Morgan <me@chrismorgan.info>"]
description = "A cell with the ability to mutate the value through an immutable reference when safe"
#documentation = 
#homepage = 
repository = "https://github.com/chris-morgan/mucell"
readme = "README.md"
keywords = ["cell", "container", "data-structure"]
license = "MIT/Apache-2.0"

[features]
const_fn = []
no_std = []