core_extensions 1.5.4

Extensions for core/std library types, and other miscelaneous features.
Documentation
//! A variety of macros.


#[macro_use]
mod const_default;

#[macro_use]
#[cfg(feature = "const_val")]
mod constval_macros;

#[macro_use]
mod internal;

#[macro_use]
mod matches_macro;

// #[macro_use]
// mod doc_macros;

#[macro_use]
#[cfg(feature = "phantom")]
pub mod phantomdata;

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

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

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

#[macro_use]
#[cfg(feature = "transparent_newtype")]
pub mod transparent_newtype_macros;

//////////////////////////////////////////////////////////////////////////////////////////////



//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////





//////////////////////////////////////////////////////////////////////////////////////////////