basic-cookies 0.1.5

Low-level RFC 6265 combatible cookie handling library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
extern crate lalrpop;

fn main() {
    build_grammar()
}

fn build_grammar() {
    lalrpop::process_root().unwrap();
}