Crates.io | kaboom |
lib.rs | kaboom |
version | 1.0.1 |
source | src |
created_at | 2023-02-07 19:30:52.583323 |
updated_at | 2023-02-07 19:32:12.724607 |
description | Simple and Intuitive library for Next-Gen application exiting |
homepage | |
repository | |
max_upload_size | |
id | 779045 |
size | 1,524 |
Next-Gen Rust Library for hyper-efficient application exiting
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!();
}