2 stable releases
1.0.1 | Feb 7, 2023 |
---|
#646 in Operating systems
2KB
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!();
}