drylib 0.1.23

Rust macro-library for Don't Repeating Yourself
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use drylib_procs::*;
#[cfg(feature = "decls")] mod drylib_decls;

/* TODO:
    clean code
    update tests
    update README
    update examples
    do better macros
    create an example for pubimpl macro
    create proper documentation
*/