1//! This is a utility crate for interacting with [ScanCode Toolkit](https://github.com/nexB/scancode-toolkit). 2 3pub mod import; 4pub mod models;