1 unstable release

new 0.3.0-rc.1 Jan 13, 2025

#1400 in Procedural macros

Download history 87/week @ 2025-01-11

87 downloads per month
Used in sweet_test

MIT/Apache

7KB
136 lines

Sweet

Declarative full-stack test framework.

Crates.io version Download docs.rs docs

Book | API Docs | Contributing

made with ❤️‍🔥 by mrchantey

Usage

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

TODO

Dependencies

~0.3–0.8MB
~18K SLoC