#mutability #generic #interior-mutability #no-alloc #interior

no-std mut_family

A GAT-based library for writing code that is generic over exterior/interior mutability and mutability of references

15 releases

0.1.14 Apr 15, 2023
0.1.13 Apr 15, 2023

#2454 in Rust patterns

Download history 92/week @ 2024-02-09 5/week @ 2024-02-16 3/week @ 2024-02-23 2/week @ 2024-03-01 3/week @ 2024-03-08 2/week @ 2024-03-15 77/week @ 2024-03-29 16/week @ 2024-04-05

93 downloads per month

MIT/Apache

22KB
371 lines

mut_family

Latest Version Downloads Documentation License Dependency Status

A GAT-based library for writing code that is generic over interior/exterior mutability and reference of arbitrary mutability.

SemVer Policy

At the moment, there's no any semver guarantees. The crate may undergo breaking changes. However, you still can use it in your project if you select a specific version, your crate is an application, and your upstream crates do not use mut_family.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2MB
~41K SLoC