1 unstable release

0.1.2 Apr 29, 2024
0.1.1 Apr 29, 2024
0.1.0 Apr 29, 2024

#238 in Science

Download history 357/week @ 2024-04-28

357 downloads per month

MIT license

3KB

Heavy Artillery

Crates.io License

Overview

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.

Features

  • heavy_artillery: A custom made function to make your code panic as if it was under fire by heavy artillery.

Getting Started

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.

No runtime deps