Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 491 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 491 Bytes

segfault

A crate that allows you to segfault for cases where you just need to

Install

# to use in a project
$ cargo add segfault

# to use as a command
$ cargo install segfault

Usage

Programatically

use segfault;

pub fn main() {
    segfault::segfault();
}

As Command

$ segfault

Support This Project

To help me make more useful crates, consider sponsoring me

Proudly powered by JetBrains