razorbill 0.1.0

A toolkit for bespoke static site generators.
Documentation
1
2
3
4
5
6
7
use std::path::PathBuf;

#[derive(Debug)]
pub struct FileInfo {
    pub path: PathBuf,
    pub parent: PathBuf,
}