1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Microformats parser This project provides a [microformats](http://microformats.org/) parser in Rust. ## Usage Installation: ``` cargo build ``` Parse the microformats from a URL: ``` curl <URL> | cargo run ```