batch-impl 0.8.2

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
5
6
7
8
//! Functional regression tests for the batch-impl DSL.
//!
//! This crate used to hold ~2400 lines of tests; it was split into
//! per-feature modules under `tests/features/` (each under 350 lines) and
//! this file is now the thin entry mounting them. `cargo test --test dsl`
//! runs the whole suite.

mod features;