contained-derive 0.2.5

useful derive macros for the scsys ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
/*
    Appellation: attrs <module>
    Created At: 2026.01.20:13:05:59
    Contrib: @FL03
*/
#[allow(unused_imports)]
pub use self::{gsw::*, wrapper::*};

mod gsw;
mod wrapper;