cargo-generate 0.23.8

cargo, make me a project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use std::path::PathBuf;

use crate::template::LiquidObjectResource;

#[derive(Debug)]
pub struct RhaiHooksContext {
    pub liquid_object: LiquidObjectResource,
    pub allow_commands: bool,
    pub silent: bool,
    pub working_directory: PathBuf,
    pub destination_directory: PathBuf,
}