14 releases
0.1.0 | Nov 30, 2024 |
---|---|
0.1.0-rc3 | Nov 28, 2024 |
0.1.0-rc0 | Oct 22, 2024 |
0.1.0-preview |
|
0.1.0-alpha | Jun 28, 2024 |
#350 in Rust patterns
5,984 downloads per month
Used in 29 crates
(via tachys)
4KB
64 lines
Allows extending a tuple, or creating a new tuple, by adding the next value.
lib.rs
:
Defines a trait that allows you to extend a tuple, by returning a new tuple with an element of an arbitrary type added.