batch-impl 0.6.0

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
5
6
//! AST 层:`Ty` 节点定义与渲染。

pub(crate) mod types;
pub(crate) mod types_render;

pub(crate) use types::*;