Function hpk::create

source ·
pub fn create<P>(
    options: &CreateOptions,
    dir: P,
    file: P
) -> Result<(), HpkError>
where P: AsRef<Path>,