termination 0.1.2

Library that exposes Termination trait, similar to std::process::Termination.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 22.41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rustykirei

termination

Status Status Status


License Crate

#[termination::display]
fn main() -> Result<(), &'static str> {
  Err("Error: failed successfully.")
}

For more information, read Documentation