You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
videl/src/metadata.rs

9 lines
258 B

//! Abstraction over the metadata file
//!
//! This module contains the data structures and functions to
//!* Create metadata files
//!* Load metadata files into memory
//!* Inspect and mutate metadata
//!* Validate metadata
//!* Save metadata files to disk