microformats_parser 0.2.0

A microformats parser
microformats_parser-0.2.0 has been yanked.

Microformats parser

This project provides a microformats parser in Rust.

Usage

Installation:

cargo build

Parse the microformats from a URL:

curl <URL> | cargo run