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.
- Host: GitHub
- URL: https://github.com/aldaronlau/pure_cell
- Owner: AldaronLau
- License: apache-2.0
- Created: 2022-03-12T19:54:54.000Z (about 4 years ago)
- Default Branch: stable
- Last Pushed: 2022-03-28T01:07:03.000Z (about 4 years ago)
- Last Synced: 2024-12-01T01:14:48.809Z (over 1 year ago)
- Topics: cell, const-evaluation, interior-mutability, rust-crate, rust-lang, rust-library
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE_APACHE_2_0.txt
Awesome Lists containing this project
README
# pure_cell
Alternative to `GhostCell` that provides safe interior mutability via const expressions.