pub const DIRECTORY_TEMPLATE: &str = "{{ book.author }} - {{ book.title }}";Expand description
The default template used to generate the directory name for a template with
StructureMode::Nested or StructureMode::NestedGrouped.
pub const DIRECTORY_TEMPLATE: &str = "{{ book.author }} - {{ book.title }}";The default template used to generate the directory name for a template with
StructureMode::Nested or StructureMode::NestedGrouped.