fluid 0.4.1

An human readable test library.
Documentation
1
2
3
4
5
6
7
//! Various traits used for make the assertions generic.

/// The traits to abstract over the tests about collections.
pub mod collection;

/// The traits to abstract over the tests about strings.
pub mod string;