lisbeth-tuple-tools 0.1.0

A set of tools for tuple manipulation
Documentation
  • Coverage
  • 42.86%
    12 out of 28 items documented1 out of 1 items with examples
  • Size
  • Source code size: 8.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • scrabsha/lisbeth
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • scrabsha

Lisbeth-tuple-tools

Build Status Latest Version Rust Documentation

A set of tools for tuples.

All the described tools are implemented for tuples with arity smaller or equal to 8.

The TupleAppend trait allows to append a value at the end of a tuple of any arity.

The TupleMap* traits allow to map the nth element of a tuple from one type to an other.

Note: while the code is stored in the lisbeth parsing framework repository, this crate does not contain any parsing-related code. As such, it may be used in any project not linked to parsing.