novel-api 0.20.0

Novel APIs from various sources
Documentation
mod aes;
mod client;
mod config;
mod db;
mod error;
mod hash;
mod hmac;
mod net;
mod rsa;
mod serde;
mod uid;
mod utils;

pub use client::*;
pub(crate) use config::*;
pub(crate) use db::*;
pub use error::*;
pub(crate) use hash::*;
pub(crate) use hmac::*;
pub(crate) use net::*;
pub(crate) use serde::*;
pub(crate) use uid::*;
pub use utils::*;

pub(crate) use self::aes::*;
pub(crate) use self::rsa::*;

// https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
pub(crate) const TIME_ZONE_NAME: &str = "Asia/Shanghai";