Crates.io | heavy_artillery |
lib.rs | heavy_artillery |
version | 0.1.2 |
source | src |
created_at | 2024-04-29 04:14:52.001393 |
updated_at | 2024-04-29 04:45:08.870698 |
description | Heavy artillery in rust |
homepage | |
repository | |
max_upload_size | |
id | 1223816 |
size | 2,493 |
Heavy Artillery is a powerful Rust crate designed for blazingly-fast panics. It provides an efficient implementation of the panic! macro. Whether you're working on scientific simulations, machine learning models, or any other computationally intensive applications, Heavy Artillery equips you with the tool required to panic for no good reason.
To use Heavy Artillery in your Rust project, simply add it as a dependency in your Cargo.toml
file:
[dependencies]
heavy_artillery = "0.1.0"
And call it like so:
fn main() {
heavy_artillery();
}
And then YOU too, can panic in style.