supersigil-rust-macros 0.14.0

Proc-macro crate providing the #[verifies(...)] attribute for supersigil
Documentation

supersigil-rust-macros

Proc-macro crate for the supersigil Rust ecosystem plugin.

Provides the #[verifies(...)] attribute macro that links Rust test functions to supersigil specification criteria. This crate is not intended to be depended on directly -- consumers should use supersigil-rust, which re-exports the macro.

Example

use supersigil_rust::verifies;

#[verifies("auth/req#login")]
#[test]
fn test_login_succeeds() {
    // ...
}

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.