This project provides a microformats parser in Rust.
Installation: cargo build
cargo build
Parse the microformats from a URL: curl <URL> | cargo run
curl <URL> | cargo run