sweet 0.2.0-rc.4

A very pretty test runner for rust
Documentation

Sweet

made with ❤️‍🔥 by mrchantey

Usage

#[sweet_test]
fn true_is_true() -> Result<()> {
  expect(true).to_be_true()
}

TODO