strune 0.1.2

A simple, directional knowledge structure library for building linked references and word books
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Module declarations
mod main;
pub mod ingwaz;

// Re-exports from submodules
pub use ingwaz::{render, RenderNode, DEFAULT_CONFIG};
pub use main::{
    copy_dir_all,
    copy_public_directory,
    prepare_output_dir,
};