pub mod json {
pub use serde_json::*;
}
pub mod axios {
pub use reqwest::*;
}
pub mod uuid {
pub use uuid::*;
}
pub mod url {
pub use urlencoding::*;
}
pub mod time {
pub use chrono::*;
}
pub mod jsonwebtoken {
pub use jsonwebtoken::*;
}
pub mod rand {
pub use rand::*;
}
pub mod log {
pub use tracing::*;
}
pub mod chrono {
pub use chrono::*;
}
pub mod start {
pub use wx_pay as wxpays;
}
#[cfg(feature = "cache")]
pub mod cache;
pub mod define;
mod feie;
mod mapqq;
pub mod post;
#[cfg(feature = "qiniu")]
pub mod qiniu;
mod sciener;
mod shawn;
mod spring;
mod system;
mod test;
mod txy;
pub mod util;
mod vue;
mod webrtc;
mod wework;
mod wxmini;
mod wxmp;
mod wxpay;
mod seaorm;
#[cfg(feature = "lock")]
pub mod lock {
pub use crate::sciener::*;
}
#[allow(unused_imports)]
pub mod all {
pub mod seaorm {
pub use crate::seaorm::*;
}
pub mod mapqq {
pub use crate::mapqq::adcode_or_jwd_to_weather::*;
pub use crate::mapqq::adds_jwd_type::*;
pub use crate::mapqq::ip_to_info_type::*;
pub use crate::mapqq::jwd_adds_type::*;
pub use crate::mapqq::jwd_to_qmap::*;
pub use crate::mapqq::tmap::*;
pub use crate::mapqq::*;
}
#[cfg(feature = "wework")]
pub mod wework {
pub mod group {
pub use crate::wework::group::group::group::*;
pub use crate::wework::group::mtype::*;
}
}
#[cfg(feature = "wxmp")]
pub mod wxmp {
pub use crate::wxmp::*;
}
#[cfg(feature = "vue")]
pub mod vue {
pub use crate::vue::open::*;
pub use crate::vue::route::*;
}
#[cfg(feature = "feie")]
pub mod feie {
pub use crate::feie::feie::feie::*;
pub use crate::feie::open::*;
}
#[cfg(feature = "shawn")]
pub mod shawn {
pub use crate::shawn::*;
}
#[cfg(feature = "wxpay")]
pub mod wxpay {
pub use crate::wxpay::jsapi::*;
pub use crate::wxpay::micro::*;
pub use crate::wxpay::microtype::*;
pub use crate::wxpay::native::*;
pub use crate::wxpay::notify::*;
pub use crate::wxpay::util::*;
pub use crate::wxpay::wxpay::*;
pub use crate::wxpay::wxtype::*;
}
#[cfg(feature = "wxmini")]
pub mod wxmini {
pub use crate::wxmini::auth::wxmini::*;
pub use crate::wxmini::open::*;
}
#[cfg(feature = "system")]
pub mod system {
pub use crate::system::wol::*;
}
#[cfg(feature = "rust_xiu")]
pub mod xiu {
pub use crate::system::xiu::xiu::*;
}
#[cfg(feature = "cos")]
pub mod cos {
pub use crate::txy::cos::cos::cos::*;
pub use crate::txy::cos::open::*;
}
#[cfg(feature = "sprs")]
pub mod sprs {
pub use crate::spring::config::*;
pub use crate::spring::open::*;
pub use crate::spring::rescode::*;
pub use crate::spring::resdata::*;
pub use crate::spring::sprs::sprs::*;
}
#[cfg(feature = "webrtc")]
pub mod webrtc {
pub use crate::webrtc::open::*;
}
}