scsys-derive 0.3.2

useful derive macros for the scsys ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
    appellation: ast <module>
    authors: @FL03
*/
#[allow(unused_imports)]
#[doc(inline)]
pub use self::prelude::*;

pub mod getter;

#[allow(unused_imports)]
pub(crate) mod prelude {
    #[doc(inline)]
    pub use super::getter::*;
}