Provides many useful tools related to tuples
-
Updated
Nov 17, 2024 - Rust
Provides many useful tools related to tuples
Convert structs/enums into/from tuples - recursive, ignore fields
Procedural macros to generalize inherent and trait implementations over tuples
Code originates from the little book of rust macros by @DanielKeep. I thought i'd add this as a crate to crates.io so it can easily be imported to any project if needed. No std required. I find it very useful for counting the number of elements when implementing traits for tuples within a macro.
Type-level sortable singly linked list
Add a description, image, and links to the tuple topic page so that developers can more easily learn about it.
To associate your repository with the tuple topic, visit your repo's landing page and select "manage topics."