Sweet

Declarative native & web test framework delivering a sweet dev experience.

Crates.io version Download docs.rs docs

Guide | API Docs | Contributing

made with ❤️‍🔥 by mrchantey

Usage

rs sweet! { it "works" { expect("foo").not().to_start_with("bar")?; } }