multi_mut
multi_mut copied to clipboard
Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.
Results
2
multi_mut issues
Sort by
recently updated
recently updated
newest added
Hi, In your introduction you mention that it is impossible to determine if the unsafe things done in this crate are UB or not. Since the release of Stacked Borrows,...
Hello, I'd like to know, why latest versions weren't published on crates.io? Could it be considered as an upgrade for version `0.1.3`? Thank you.