src/backup.rs; use a macro to define PROXMOX_BACKUP_PROTOCOL_ID_V1

So that we can include it in static doc strings.
This commit is contained in:
Dietmar Maurer
2019-06-05 08:41:20 +02:00
parent c9ec0956cf
commit 986bef16be
4 changed files with 12 additions and 6 deletions

View File

@ -14,6 +14,7 @@ pub mod pxar;
pub mod section_config;
#[macro_use]
pub mod backup;
pub mod config;