Function make_entry

Source
pub fn make_entry(
    buf: &Path,
    dst: &Path,
    reg: &Handlebars<'_>,
    cfg: &Config,
) -> Result<Entry, Error>
Expand description

generates an entry into file in the dst directory and returns its metadata.