ddoc 0.18.0

doc site generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use {
    crate::*,
    std::path::PathBuf,
};

// FIXME trash

pub struct ServedFile {
    /// path relative to the root of the site
    pub served_path: PathBuf,
    /// path to the file on disk
    pub src_path: PathBuf,
}