cyberex 0.3.48

Utilities Library
Documentation
#![allow(clippy::approx_constant)]
#![allow(clippy::bool_assert_comparison)]
pub mod buf_pro;
pub mod env;
pub mod golike;
pub mod plat;
pub mod void;
pub mod xbuild;
pub mod xffi;
pub mod xfs;
pub mod xnum;
pub mod xpath;
pub mod xself;

#[cfg(feature = "time")]
pub mod xtime;

#[cfg(feature = "enable-async")]
pub use cyberex_xasync::async_call;
#[cfg(feature = "enable-async")]
pub mod xasync {
    pub use ::cyberex_xasync::*;
}

#[cfg(feature = "derive")]
pub use cyberex_macro::*;

#[cfg(feature = "serde")]
pub mod xserde;