pub(self) static TEMP_FOLDER: &str = "temp"; pub(self) static INSTALL_FOLDER: &str = ".autoconfig"; pub(self) static PACKAGE_FOLDER : &str = "packages"; pub mod downloader; pub mod extractor; pub mod git; pub mod file_utils; pub mod configure;