iching 0.5.0

An app for divination with the I-Ching
Documentation
pub const BROKEN_CHANGING: &str = "
                            ▁   ▁                            \n
                            ▜▙ ▟▛                            \n
      ▓████████████████▓     ▜█▛     ▓████████████████▓      \n
      ▓████████████████▓     ▟█▙     ▓████████████████▓      \n
                            ▟▛ ▜▙                            \n
                            ▔   ▔                            \n
";
pub const BROKEN: &str = "
                                                             \n
                                                             \n
      ▓████████████████▓             ▓████████████████▓      \n
      ▓████████████████▓             ▓████████████████▓      \n
                                                             \n
                                                             \n
";
pub const UNBROKEN: &str = "
                                                             \n
                                                             \n
      ▓███████████████████████████████████████████████▓      \n
      ▓███████████████████████████████████████████████▓      \n
                                                             \n
                                                             \n
";
pub const UNBROKEN_CHANGING: &str = "
                           ▃▄▄▄▄▄▃                           \n
                          ▟▘     ▝▙                          \n
      ▓████████████████▓  ▌ ░▒█▒░ ▐  ▓████████████████▓      \n
      ▓████████████████▓  ▌ ░▒█▒░ ▐  ▓████████████████▓      \n
                          ▜▖     ▗▛                          \n
                           ▔▀▀▀▀▀▔                           \n
";
pub const LINE_SPACER: &str = "
                                                             \n
                                                             \n
";