hko 1.13.0

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

#[allow(unused_imports)]
pub(crate) use r#macro::enum_lang_matches;

mod r#macro;

pub mod deserialize;