tuple-combinator 0.2.1

Convenience methods for dealing with Option tuples
Documentation
  • Coverage
  • 95%
    19 out of 20 items documented18 out of 19 items with examples
  • Size
  • Source code size: 25.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.84 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fanzeyi

tuple-combinator

Build Status Crates.io docs.rs

This crate provides a helper trait that implements several convenience method for tuples (up to 10-elements tuple). Implementing these methods directly for tuple Options can simplify your code a lot when working with many Options at once.

License

MIT