threadloom 0.1.4

A meticulously crafted Rust full-stack framework.
Documentation
1
2
3
4
5
6
7
8
9
use threadloom::threadloom;

fn main() {
    threadloom! {
        div(id "my-div") {
            "Hello"
        }
    }
}