ref_mut_stack 0.1.0

Iteratively stack mutable references
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ref_mut_stack"
version = "0.1.0"
edition = "2021"
rust-version = "1.89.0"
license-file = "LICENSE"
description = "Iteratively stack mutable references"
documentation = "https://docs.rs/ref_mut_stack"
repository = "https://github.com/arnodb/ref_mut_stack"
readme = "README.md"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage,coverage_nightly)'] }