liquid 0.21.1

The liquid templating language for Rust
Documentation
1
2
3
4
5
#[test]
#[should_panic]
fn test_has_key_will_not_add_an_error_for_missing_keys() {
    panic!("Implementation specific: type system makes API contracts clear.");
}