1/// This is a method that simply
2/// panics, because the package
3/// has been transferred over to
4/// https://crates.io/crates/pastemyst
5pub fn info() {
6panic!("pastemyst-rs has been moved over to https://crates.io/crates/pastemyst, please switch your crate!");
7}