teamy-mft 0.7.1

TeamDman's Master File Table CLI and library for NTFS.
1
2
3
4
5
6
7
8
9
10
11
12
13
#[derive(Debug, Clone, PartialEq, Eq, vox::facet::Facet)]
pub struct DaemonBuildInfo {
    pub app_version: String,
    pub git_revision: String,
    pub build_unix_ms: u64,
    pub rpc_compat_version: u32,
}

#[derive(Debug, Clone, PartialEq, Eq, vox::facet::Facet)]
pub struct PingResponse {
    pub service_name: String,
    pub build: DaemonBuildInfo,
}