core_extensions_proc_macros 1.5.3

Implementation detail of the `core_extensions` crate
Documentation

pub(crate) mod attr_parsing;

pub(crate) mod const_default_derive;

pub(crate) mod transparent_newtype_derive; 

pub(crate) mod datastructure;

pub(crate) mod utils;

#[allow(unused_imports)]
pub(crate) use self::{
    datastructure::{
        DataStructure,
        DataVariant,
        Field,
        FieldIdent,
        FieldIndex,
        Struct,
    },
    utils::{
        ParseBufferExt,
        SynResultExt,
    },
};