Crate rtzlib

source ·
Expand description

A library to easily explore music theory principles.

Examples

use rtzlib::get_timezone;

// Query a time zone for a given `(lng,lat)`.
assert_eq!(
    get_timezone(-121., 46.)
        .unwrap()
        .friendly_name
        .as_ref()
        .unwrap(),
    "America/Los_Angeles"
);

Re-exports

Modules

  • All of the base functionality for the library.