2 releases
0.1.1 | Feb 10, 2024 |
---|---|
0.1.0 | Jan 7, 2024 |
#19 in #mutability
Used in 3 crates
3KB
mutability_marker
This crate provides two common marker types, Const
and Mut
, for use in distinguishing
between mutable and immutable program state.
lib.rs
:
This crate provides two common marker types, Const
and Mut
, for use in distinguishing
between mutable and immutable program state.