cot 0.6.0

The Rust web framework for lazy developers.
Documentation
1
2
3
4
5
6
7
use cot::form::{Form, FormContext};

struct MyForm {}

fn main() {
    let _ = <<MyForm as Form>::Context as FormContext>::new();
}