| Crates.io | mutability_marker |
| lib.rs | mutability_marker |
| version | 0.1.2 |
| created_at | 2024-01-07 16:02:29.043635+00 |
| updated_at | 2025-03-30 22:15:42.544785+00 |
| description | Marker types describing mutability. |
| homepage | |
| repository | https://github.com/DouglasDwyer/mutability_marker |
| max_upload_size | |
| id | 1091831 |
| size | 3,607 |
This crate provides two common marker types, Const and Mut, for use in distinguishing
between mutable and immutable program state.