uazu/qcell

Statically-checked alternatives to RefCell and RwLock

Rust

393

62 commits

updated Sep 17, 2025

See the code

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.

cell
rc
rust

Contributors

uazu

18 commits

steffahn

17 commits

geeklint

14 commits

RustyYato

3 commits

Languages

Rust

98.0%

Perl

1.1%

uazu/qcell

Statically-checked alternatives to RefCell and RwLock

Rust

393

62 commits

updated Sep 17, 2025

See the code

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.

cell
rc
rust

Contributors

uazu

18 commits

steffahn

17 commits

geeklint

14 commits

RustyYato

3 commits

Languages

Rust

98.0%

Perl

1.1%