anodized 0.4.0

An ecosystem for correct Rust based on lightweight specification annotations
Documentation
1
2
3
4
5
6
use anodized::spec;

#[spec(ensures: true)]
struct S;

fn main() {}