4 releases
0.1.2 | Nov 26, 2023 |
---|---|
0.1.1 | Mar 10, 2023 |
0.1.0 | Nov 9, 2020 |
0.0.1 | Nov 2, 2020 |
#291 in Rust patterns
166,292 downloads per month
Used in 447 crates
(5 directly)
54KB
729 lines
Motivation
For tuple's type conversions.
Usage
Add this crate to Cargo.toml
Cargo.toml
:
tuplex = "0.1"
Features
-
adding/removing element at front/back
-
converting heterogeneous tuples to homogeneous ones
Document
See the doc for more examples.
License
Licensed under APACHE-2.0 or MIT.