hysp 0.1.2

๐Ÿ“ฆ An independent package manager that every hacker deserves.
Documentation
pub mod health;
pub mod install;
pub mod list;
pub mod query;
pub mod remove;
pub mod search;

pub mod ui {

    pub const BAR: &str = r"โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€";

    pub const RESET: &str = "\x1B[0m"; // (resets the text color to the default)

    pub const ASCII: &str = "

*เฉˆโœฉโ€งโ‚Šหš *เฉˆโœฉโ€งโ‚Šหš    
   __   _
 _(  )_( )_
(_   _    _)
  (_) (__)

*เฉˆโœฉโ€งโ‚Šหš *เฉˆโœฉโ€งโ‚Šหš    
";
}