//! Rust Media ORM
//!
//! Provides an ORM to structure referencing media files and metadata. Leveraging this information we can validate the metadata for presence.
//! From a single entry point of defining at least 1 root folder to start from, generate a full media library and run useful functions off them.
//! ```toml
//! [dependencies]
//! # Add to dependencies
//! librmo = "0.1.0"
//! ```