kaboom 1.0.1

Simple and Intuitive library for Next-Gen application exiting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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!
```rs
fn main(){
    use kaboom::kaboom;
    kaboom!();
}
```