batch-impl 0.7.2

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
//! Test infrastructure (compiled only under `cfg(test)`): feeds proptest-generated random
//! tokens into the real macro entry points, promising "no panic on user input".

pub(crate) mod fuzz;