#tuple #type

no-std tuple-types

A Rust Library that provides the functionality to extract a list of types from a Tuple

2 releases

0.1.1 Nov 28, 2023
0.1.0 Nov 28, 2023

#159 in No standard library

Download history 1/week @ 2024-02-14 4/week @ 2024-02-21 9/week @ 2024-02-28 10/week @ 2024-03-27 21/week @ 2024-04-03 36/week @ 2024-04-10 6/week @ 2024-04-17

73 downloads per month

MIT license

6KB
95 lines

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.


lib.rs:

Library for getting the types of Tuple Elements.

Dependencies

~4KB