miasma 0.2.6

Trap malicious AI web scrapers in an endless pit of poisoned training data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// warning to future collaborators
// the code in this module is very memory efficient and achieves the project's goals
// however, it is very ugly and a bit hard to follow
// i am sorry, good luck
mod template_builder;
mod template_iter;
mod template_part;
mod template_trait;
mod tone;

pub use template_builder::TemplateBuilder;
pub use template_iter::TemplateIter;
pub use template_part::TemplatePart;
pub use template_trait::Templater;
pub use tone::TemplateTone;