1/*! 2A library for operating file system files / Windows Shell items. 3*/ 4pub mod id_list; 5mod item; 6pub mod path; 7 8pub use item::*;