项目作者: uazu

项目描述 :
Statically-checked alternatives to RefCell
高级语言: Rust
项目地址: git://github.com/uazu/qcell.git
创建时间: 2019-02-28T15:42:02Z
项目社区:https://github.com/uazu/qcell

开源协议:Other

下载


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.