Crates.io | microformats_parser |
lib.rs | microformats_parser |
version | 0.2.0 |
source | src |
created_at | 2022-02-13 16:42:09.944591 |
updated_at | 2022-02-13 16:42:09.944591 |
description | A microformats parser |
homepage | https://rust.microformats.io/ |
repository | https://gitlab.com/maxburon/microformats-parser |
max_upload_size | |
id | 531816 |
size | 451,823 |
This project provides a microformats parser in Rust.
Installation:
cargo build
Parse the microformats from a URL:
curl <URL> | cargo run