Build and Test codecov Version Crates.io GitHub all releases npm Documentation Rust License:MIT

rtz

A self-contained timezone library / binary / server for Rust / JS (via WASM) (free server).

Binary Usage

Install

Cargo:

bash $ cargo install rtz

NPM:

bash $ npm install --save rtzweb

Wasmer

Help Docs

```bash

```

Library Usage

Add this to your Cargo.toml:

toml [dependencies] rtz = "*" #choose a version

Examples

JS Usage

Feature Flags

The library and binary both support various feature flags. Of most important note are: * default = ["cli"] * cli: enables the CLI features, and can be removed if only compiling the library. * server: enables the serve subcommand, which starts a Rocket web server that can respond to time zone requests.

Test

bash cargo test

Bench

bash cargo bench

License

MIT