redizone

Crates.ioredizone
lib.rsredizone
version
sourcesrc
created_at2023-06-23 08:12:10.403242+00
updated_at2025-02-02 10:56:02.876746+00
descriptionRedis compatible server convert longitude and latitude to timezone name(s).
homepagehttps://github.com/ringsaturn/redizone
repositoryhttps://github.com/ringsaturn/redizone
max_upload_size
id898093
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
ringsaturn (ringsaturn)

documentation

README

Redizone: Redis compatible server convert longitude and latitude to timezone name(s).

Build with tidwall/redcon.rs and ringsaturn/tzf-rs.

Install

Via cargo

cargo install redizone

Usage

$ redis-cli -p 6380
127.0.0.1:6380> get_tz 116.3883 39.9289
Asia/Shanghai
127.0.0.1:6380> get_tzs 116.3883 39.9289
1) "Asia/Shanghai"

See also:

Commit count: 38

cargo fmt