An open API service indexing awesome lists of open source software.

https://github.com/aldaronlau/pure_cell

Alternative to `GhostCell` that provides safe interior mutability via const expressions.
https://github.com/aldaronlau/pure_cell

cell const-evaluation interior-mutability rust-crate rust-lang rust-library

Last synced: 8 months ago
JSON representation

Alternative to `GhostCell` that provides safe interior mutability via const expressions.

Awesome Lists containing this project

README

          

# pure_cell
Alternative to `GhostCell` that provides safe interior mutability via const expressions.