tzf-rs 0.1.0

a fast timezone for Rust
Documentation

WIP: tzf's Rust port. Rust

Usage

Add to Cargo.toml

tzf-rs = { git =  "http://github.com/ringsaturn/tzf-rs", rev = "868b272159d9cea3c2cd2d8d36a40080de6a9e83"}

NOTE: This package is still working in process and 868b272159d9cea3c2cd2d8d36a40080de6a9e83 is the latest stable commit for now.

use tzf_rs::Finder;

fn main() {
    let finder = Finder::new();

    print!("{:?}\n", finder.get_tz_name(116.3883, 39.9289));
}

References: