hko 1.7.2

Rust library for Hong Kong Observatory Open Data API
Documentation
1
2
3
4
5
6
7
// Copyright (c) 2021 - 2022 GreenYun Organization
// SPDX-License-Identifier: MIT

pub(crate) use r#macro::enum_lang_matches;

pub mod deserialize;
mod r#macro;