]> git.proxmox.com Git - proxmox-backup.git/commit
datastore: move backup dir/group/namespace iter to own module
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 15 May 2022 13:59:40 +0000 (15:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 15 May 2022 13:59:43 +0000 (15:59 +0200)
commit118e984996545bdc180c0cc50b63189f33e0d543
tree93f987aa4ea0fa52eea068972c25c13380d68572
parent45ba884d0dceca514f49c94326d9b6b849c11916
datastore: move backup dir/group/namespace iter to own module

no changes in interface for users of the crate as we re-export
anyway, so more for avoiding to crowd the datastore module to much

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pbs-datastore/src/datastore.rs
pbs-datastore/src/hierarchy.rs [new file with mode: 0644]
pbs-datastore/src/lib.rs