Crates.io | tuplex |
lib.rs | tuplex |
version | 0.1.2 |
source | src |
created_at | 2020-11-02 03:27:03.151466 |
updated_at | 2023-11-26 07:01:46.936791 |
description | Rust tuple extension. |
homepage | |
repository | https://github.com/oooutlk/tuplex |
max_upload_size | |
id | 307718 |
size | 65,659 |
For tuple's type conversions.
Add this crate to Cargo.toml
Cargo.toml
:
tuplex = "0.1"
adding/removing element at front/back
converting heterogeneous tuples to homogeneous ones
See the doc for more examples.
Licensed under APACHE-2.0 or MIT.