qcell

Crates.ioqcell
lib.rsqcell
version0.5.4
sourcesrc
created_at2019-02-28 16:34:37.715351
updated_at2023-07-13 16:38:06.313565
descriptionStatically-checked alternatives to RefCell and RwLock
homepage
repositoryhttps://github.com/uazu/qcell
max_upload_size
id117809
size190,457
Jim Peters (uazu)

documentation

https://docs.rs/qcell

README

Statically-checked alternatives to RefCell or RwLock

Cell types that instead of panicking at runtime as with RefCell will give compilation errors instead, or that exchange fine-grained locking with RwLock for coarser-grained locking of a separate owner object.

Documentation

See the crate documentation.

License

This project is licensed under either the Apache License version 2 or the MIT license, at your option. (See LICENSE-APACHE and LICENSE-MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 88

cargo fmt