oranda 0.6.5

🎁 generate beautiful landing pages for your projects
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(clippy::uninlined_format_args)]
#![allow(clippy::result_large_err)]

pub mod config;
pub mod data;
pub mod errors;
pub mod formatter;
pub mod generate;
pub mod paths;
pub mod site;