petrify 0.1.0

Petrify live websites into static offline copies
Documentation
1
2
3
4
5
6
7
8
9
//! Petrify — turn live websites into static offline copies.
//!
//! The library powers the `petrify` CLI. It discovers pages, rewrites links to
//! local paths, and downloads referenced assets (HTML, CSS, JS, images, etc.).

pub mod config;
pub mod engine;
pub mod html_parser;
pub mod types;