Re-exports§
pub use binary_version::BinaryVersion;
pub use schema_version::SchemaVersion;
Modules§
Structs§
- Json
Data - Output of the program with
--json-output
flag as well as input of the program with--json-input
flag. - Json
Shared - The
"shared"
field ofJsonData
. - Json
Tree - The
"tree"
field and the"shared"
field ofJsonData
.
Enums§
- Json
Data Body - The
"unit"
field, the"tree"
field, and the"shared-inodes"
field ofJsonData
.