prosaic-core 0.6.2

General-purpose natural language generation from structured data
Documentation
1
2
3
4
5
6
#[test]
fn ui_tests() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*_fail.rs");
    t.pass("tests/ui/*_ok.rs");
}