1 unstable release

0.3.0-rc.1 Jan 13, 2025

#1458 in Procedural macros

Download history 77/week @ 2025-01-08 33/week @ 2025-01-15

110 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

~300–760KB
~17K SLoC