2 releases

0.1.1 Feb 10, 2024
0.1.0 Jan 7, 2024

#8 in #mutability

Download history 10/week @ 2024-02-14 23/week @ 2024-02-21 19/week @ 2024-02-28 7/week @ 2024-03-06 8/week @ 2024-03-13 11/week @ 2024-03-20 16/week @ 2024-03-27 26/week @ 2024-04-03

54 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