/tzf-rs

Get timezone via longitude&latitude in Rust in a fast way

Primary LanguageRustMIT LicenseMIT

WIP: tzf's Rust port. Rust Documentation codecov

Build options

By default, the binary is built as well. If you don't want/need it, then build like this:

> cargo build --no-default-features

Or put in your Cargo.toml file:

tzf-rs = { version = "0.4.0", default-features = false }

Bindings