| Crates.io | termination |
| lib.rs | termination |
| version | 0.1.2 |
| created_at | 2020-01-19 12:31:25.308553+00 |
| updated_at | 2020-01-22 20:23:58.63309+00 |
| description | Library that exposes Termination trait, similar to std::process::Termination. |
| homepage | |
| repository | https://github.com/rustykirei/termination |
| max_upload_size | |
| id | 200084 |
| size | 14,565 |
#[termination::display]
fn main() -> Result<(), &'static str> {
Err("Error: failed successfully.")
}