Crates.io | toast-cell |
lib.rs | toast-cell |
version | 0.4.0 |
created_at | 2023-12-29 19:26:18.937994+00 |
updated_at | 2025-07-05 00:12:57.794353+00 |
description | Zero-cost type-branded cell with no runtime checks |
homepage | |
repository | https://codeberg.org/wackbyte/toast-cell |
max_upload_size | |
id | 1083574 |
size | 13,162 |
toast-cell
A type-branded cell for aliasing checked at compile-time.
Many thanks to the GhostCell project for pioneering this pattern and to matthieu-m for creating the ghost-cell
crate.