space_email_api 0.1.1

A rust interface to Space Email (space.galaxybuster.net)
Documentation

space_email_api

A Rust (via hyper) interface to Space Email, "an indirect communication platform that allows for a unique exchange of conversation over space and time."

Full documentation coming soon.

How to use

Access to space email is facilitated by the space_email_api::SpaceEmailClient struct. Its methods are relatively self-explanatory if you have used Space Email before.

Coming soon

  • The ability to authenticate and use Space Email premium accounts through the API, and a proper enum for the range parameter of SpaceEmailClient::get_random_with_range.
  • More tests and debugging support.