mbrt / ruplicity

Rust library managing duplicity backups
MIT License
18 stars 1 forks source link

Volume numbers sould be of `usize` type #49

Closed mbrt closed 8 years ago

mbrt commented 8 years ago

Currently BackupSet::volume_path takes an i32. Should be changed to usize. Moreover, the underlying storage should be a Vec and not an HashMap<i32, Path>.