docs.rs failed to build shrink-to-fit-0.2.10
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:
shrink-to-fit-0.2.5
Shrink-to-fit trait for collections.
This crate provides a ShrinkToFit trait that can be used to shrink-to-fit
collections.
Examples
use ShrinkToFit;
let mut vec = Vecwith_capacity;
vec.push;
vec.push;
vec.push;
vec.shrink_to_fit;
assert_eq!;
assert_eq!;