| Crates.io | tuple-types |
| lib.rs | tuple-types |
| version | 0.1.1 |
| created_at | 2023-11-28 20:29:28.016979+00 |
| updated_at | 2023-11-28 20:31:41.431422+00 |
| description | A Rust Library that provides the functionality to extract a list of types from a Tuple. |
| homepage | |
| repository | https://github.com/joschatom/tuple-types |
| max_upload_size | |
| id | 1052354 |
| size | 7,347 |
Tuple-Types is a Rust library that allows you to exact the type from a tuple.
Run this command: cargo add tuple-types
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.
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.