keyvalues_parser/text/
mod.rs

1pub mod parse;
2#[path = "render.rs"]
3mod render_;
4
5#[deprecated(since = "0.2.3", note = "Empty and unintentionally exposed :)")]
6pub mod render {}