astral 0.3.1

High level astronomy library.
Documentation
pub static MOON_IMAGE_NEW: &str = "
    _..._
  .:::::::.
 :::::::::::
 :::::::::::
 `:::::::::'
   `':::'`
";
pub static MOON_IMAGE_WAXING_C: &str = "
    _..._
  .::::. `.
 :::::::.  :
 ::::::::  :
 `::::::' .'
   `'::'-'
";
pub static MOON_IMAGE_FIRST_Q: &str = "
    _..._
  .::::  `.
 ::::::    :
 ::::::    :
 `:::::   .'
   `'::.-'
";
pub static MOON_IMAGE_WAXING_G: &str = "
    _..._
  .::'   `.
 :::       :
 :::       :
 `::.     .'
   `':..-'
";
pub static MOON_IMAGE_FULL: &str = "
    _..._
  .'     `.
 :         :
 :         :
 `.       .'
   `-...-'
";
pub static MOON_IMAGE_WANING_G: &str = "
    _..._
  .'   `::.
 :       :::
 :       :::
 `.     .::'
   `-..:''
";
pub static MOON_IMAGE_LAST_Q: &str = "
    _..._
  .'  ::::.
 :    ::::::
 :    ::::::
 `.   :::::'
   `-.::''
";
pub static MOON_IMAGE_WANING_C: &str = "
    _..._
  .' .::::.
 :  ::::::::
 :  ::::::::
 `. '::::::'
   `-.::''
";