heavy_artillery

Crates.ioheavy_artillery
lib.rsheavy_artillery
version0.1.2
sourcesrc
created_at2024-04-29 04:14:52.001393
updated_at2024-04-29 04:45:08.870698
descriptionHeavy artillery in rust
homepage
repository
max_upload_size
id1223816
size2,493
Christman-Gavin (Christman-Gavin)

documentation

README

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.

Commit count: 0

cargo fmt