batch-impl 0.7.0

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! AST layer: `Ty` node definitions and rendering.

pub(crate) mod fresh;
pub(crate) mod types;
pub(crate) mod types_from;
pub(crate) mod types_render;
pub(crate) mod types_visit;

pub(crate) use fresh::*;
pub(crate) use types::*;
pub(crate) use types_visit::*;