[][src]Crate bookmarkt

A Netscape Bookmark File format parser.

The name is a subtile mélange between bookmark and book mart. It also works as a mashup with the english book and the german markt.

Quick start

In order to parse a bookmark file, you should use the Netscape struct.

use bookmarkt::netscape::Netscape;
use std::path::Path;

let parsed = Netscape::from_file(Path::new("./res/netscape.html"));
println!("{:?}", parsed);

Acknowledgment

bookmarkt uses the following dependencies :

I really appreciate these works and I hope you appreciate them too ;).

Contributing

Open a ticket on the bookmarkt tracker.

Re-exports

pub use netscape::Netscape;

Modules

bookmark
folder
netscape