zephyrus-macros 0.11.0

Procedural macros used by Zephyrus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod either;
pub mod function_path;
pub mod ident;
pub mod list;
pub mod map;
pub mod tuple;

pub use {
    either::*,
    function_path::*,
    ident::*,
    list::*,
    map::*,
    tuple::*
};