#![feature(iterator_try_collect)] pub mod collections; pub mod downloads; pub mod library; pub mod scan; pub mod state;