converge_test 0.0.4

Tests for the `converge::Converge` trait and the `converge_derive` proc-macro.
Documentation
1
2
3
4
5
6
7
8
9
10
//! This crate provides a convenient concise way to write unit tests for
//! implementations of [converge::Converge].
mod combiner_custom;
mod core;
mod generic;
mod lifetime;
mod nested;
mod not_optional;
mod option_core;
mod option_std;