1
 2
 3
 4
 5
 6
 7
 8
 9
10
#![deny(missing_docs, dead_code)]

//! # Ferrous Matchers
//!
//! A rust dsl for testing matchers, providing a number of different matchers as well
//! as the ability to test both synchronous and asynchronous assertions.

extern crate time;

pub mod dsl;