tuplex

Crates.iotuplex
lib.rstuplex
version0.1.2
sourcesrc
created_at2020-11-02 03:27:03.151466
updated_at2023-11-26 07:01:46.936791
descriptionRust tuple extension.
homepage
repositoryhttps://github.com/oooutlk/tuplex
max_upload_size
id307718
size65,659
(oooutlk)

documentation

https://docs.rs/tuplex

README

Motivation

For tuple's type conversions.

Usage

Add this crate to Cargo.toml

Cargo.toml:

tuplex = "0.1"

Features

  1. adding/removing element at front/back

  2. converting heterogeneous tuples to homogeneous ones

Document

See the doc for more examples.

License

Licensed under APACHE-2.0 or MIT.

Commit count: 6

cargo fmt