Skip to main content

apply_template

Function apply_template 

Source
pub fn apply_template(
    output_dir: &PathBuf,
    prj_type: &str,
    crate_name: &str,
    with_kwui: Option<PathBuf>,
    enable_android: bool,
) -> Result<()>