Sweet

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

Crates.io version Download docs.rs docs

Guide | API Docs | Contributing

Built with ❤️ by mrchantey

Usage

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