my_tuple

Crates.iomy_tuple
lib.rsmy_tuple
version1.0.0
sourcesrc
created_at2024-08-24 06:12:07.9941
updated_at2024-09-15 04:17:10.917217
descriptionA pretty implementation of tuple
homepagehttps://github.com/Xx-xXXxX/my_tuple
repositoryhttps://github.com/Xx-xXXxX/my_tuple
max_upload_size
id1349844
size23,293
XNTEABDSC (Xx-xXXxX)

documentation

README

my_tuple

A pretty implementation of tuple, recursively, strong typed, fast, abstract.

Pros and Cons

Advantage

Safe, strong typed, fast.

Abstract.

Ability to support varargs.

Ability of polymorphism.

Capable speed vs native tuple when enumerate values.

Disadvantage

Unreadable type error.

Too abstract.

Lower speed to just access latter value compares to native tuple.

Usage & Examples

see my_tuple::examples::examples::example

Commit count: 0

cargo fmt