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
- Host: GitHub
- URL: https://github.com/vendicated/segfault-rs
- Owner: Vendicated
- License: other
- Created: 2023-01-13T00:04:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T22:36:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T01:23:39.956Z (11 months ago)
- Topics: library, rust, segfault
- Language: Rust
- Homepage: https://crates.io/crates/segfault
- Size: 6.84 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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