#mutability #marker #mutability-marker

mutability_marker

Marker types describing mutability

3 releases

new 0.1.2 Mar 30, 2025
0.1.1 Feb 10, 2024
0.1.0 Jan 7, 2024

#8 in #mutability

23 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