should 0.6.0

Postfix assertion library for Rust
Documentation
1
2
3
4
pub trait ShouldBeEmpty {
    fn should_be_empty(&self);
    fn should_not_be_empty(&self);
}