Yuri6037 / time-tz

Implementation of tz database (IANA) for time Rust crate.
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

the trait bound `time_tz::Tz: std::hash::Hash` is not satisfied #16

Open gitmalong opened 1 year ago

gitmalong commented 1 year ago

I am trying to iterate over the timezones within a webapp and Leptos requires the items to implement Hash.

time_tz::timezones::iter()