simplify backup lib structure (pub use xxx:*), improve doc
This commit is contained in:
@ -10,8 +10,10 @@ use std::os::unix::io::AsRawFd;
|
||||
use uuid::Uuid;
|
||||
use chrono::{Local, TimeZone};
|
||||
|
||||
/// Header format definition for fixed index files (`.fixd`)
|
||||
#[repr(C)]
|
||||
pub struct FixedIndexHeader {
|
||||
/// The string `PROXMOX-FIDX`
|
||||
pub magic: [u8; 12],
|
||||
pub version: u32,
|
||||
pub uuid: [u8; 16],
|
||||
|
Reference in New Issue
Block a user