replace-map 0.0.3

Perform by-value operations through an &mut reference.
docs.rs failed to build replace-map-0.0.3
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: replace-map-0.0.7

Replace Map

Replace the value at a mutable memory location using a |: T| -> T closure.

Does not create an intermediate value, so is more efficient and ergonomic in cases where producing a value to pass to mem::replace is hard.