- Various fixes by @evensolberg
#102
- Cleaned up the code a little by running Clippy in pedantic mode
- Made the code a little more Rust-like by implmenting the
Default
trait for some structs.
- Made the code a little more Rust-like by implmenting the
- Added
--lon
as an alias for--lng
- Allow negative numbers for latitude and longitude, meaning we can go to the southern and western hemispheres.
- Cleaned up the code a little by running Clippy in pedantic mode
Update docs
- Update Cargo lock
- Make clap an optional dependency by @wildwestrom in #69
- Bump deps
- Bump tzf-rel to v0.0.2023-b and add data_version method #57
Bump deps
- Fix preindex bug by bump tzf-rel version
- Bump other deps
- Pprof can not build on windows (#36)
- support get all matched timezone names by @ringsaturn in #33