informalsystems / themis-tracer

A tool for managing complex contexts for developing critical systems
Apache License 2.0
4 stars 0 forks source link

Requirement tagging via macros #94

Open shonfeder opened 3 years ago

shonfeder commented 3 years ago
#[implements("SPEC-HELLO.1")]
fn hello() {
    ...
}