pub fn create<R: Rng>(dir: &Path, rng: R) -> Result<()>
Expand description

Create a repository. dir must be the repository root (a ".pijul" directory will be created in dir).