docs.rs failed to build mut_set_derive-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
mut_set_derive-0.9.0
mut_set
Use the idea of readonly to implement HashSet & IndexMap with iter_mut and get_mut.
Demo
use MutSetExt;
const
pub
let mut set = new;
set.insert;
set.insert;
println!;
for v in set.iter
for v in set.iter_mut
println!;
println!;
set.replace;
println!;
for v in set.into_iter