moosicbox_scan_models 0.4.0

MoosicBox scan models package
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Data models for file scanning operations.
//!
//! This crate provides types for representing scan paths and related metadata
//! used in the `MoosicBox` file scanning system.

#![cfg_attr(feature = "fail-on-warnings", deny(warnings))]
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
#![allow(clippy::multiple_crate_versions)]

#[cfg(feature = "api")]
pub mod api;