[][src]Function hpk::create

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