alpm_common/
lib.rs

1#![doc = include_str!("../README.md")]
2
3mod traits;
4pub use traits::{metadata_file::MetadataFile, schema::FileFormatSchema};