pastemyst-rs 0.1.1

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