oak-html 0.0.11

HTML markup language parser with support for web content and document structure processing.
Documentation
1
2
3
4
5
6
7
8
9
#![feature(new_range_api)]

mod lexer;
mod parser;

#[test]
fn ready() {
    println!("it works!")
}