tuple_key_derive ================ Derive macro for [tuple_key::FromIntoTupleKey](https://docs.rs/tuple_key/latest/tuple_key/trait.FromIntoTupleKey.html). Status ------ Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year. The clock was last reset 2023-08-02. Scope ----- tuple_key_derive will provide a derive macro for FromIntoTupleKey. Warts ----- Documentation ------------- The latest documentation is always available at [docs.rs](https://docs.rs/tuple_key_derive/latest/tuple_key_derive/). Updating -------- - 0.1.1 -> 0.2.0: Added support for empty tuples in named structs. Backwards-compatible otherwise.