An open API service indexing awesome lists of open source software.

https://github.com/vendicated/segfault-rs

A crate that allows you to segfault for cases where you just need to
https://github.com/vendicated/segfault-rs

library rust segfault

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# segfault

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

## Install

```sh
# to use in a project
$ cargo add segfault

# to use as a command
$ cargo install segfault
```

## Usage

### Programatically

```rs
use segfault;

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

### As Command

```sh
$ segfault
```

## Support This Project

To help me make more useful crates, consider [sponsoring me](https://github.com/sponsors/Vendicated)

Proudly powered by JetBrains