docs.rs failed to build fn_zip-0.1.1
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:
fn_zip-0.2.4
Combines two functions into one where the arguments are conjoined and the return-values are given in a tuple pair.
Example
use FnZip;
let ab = a.fn_zip; // (f32, u8) -> (f64, u8)
let = ;
let = ab;
assert_eq!;
assert_eq!;