tuple-types 0.1.1

A Rust Library that provides the functionality to extract a list of types from a Tuple.
Documentation
  • Coverage
  • 61.54%
    8 out of 13 items documented0 out of 10 items with examples
  • Size
  • Source code size: 7.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 511.2 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • joschatom/tuple-types
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joschatom

Tuple-Types

What is it?

Tuple-Types is a Rust library that allows you to exact the type from a tuple.

Installation

Run this command: cargo add tuple-types

Building from Source

First you need to clone the Repository, then you need to run following command: cargo build. You can also add the --release flags if you want to compile a release.

Contributing

If you find any bug, you can open a Issue on GitHub, if you have addition, bugfixes, etc. then be sure to make a pull request.