2 releases

0.1.1 Feb 10, 2024
0.1.0 Jan 7, 2024

#9 in #mutability

26 downloads per month
Used in 3 crates

MIT/Apache

3KB

mutability_marker

Crates.io Docs.rs

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.

No runtime deps