kaboom 1.0.1

Simple and Intuitive library for Next-Gen application exiting
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 237.6 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aenriii

KABOOM!

Next-Gen Rust Library for hyper-efficient application exiting

Usage

To use kaboom, add it via cargo!

cargo add kaboom

Now, just import it and get started! Newcomers don't worry- Kaboom is built for any skill level. It's extremely easy to get started, and applications can be as small as this!

fn main(){
    use kaboom::kaboom;
    kaboom!();
}