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