Crates.io | fuzzcheck_nix_subset |
lib.rs | fuzzcheck_nix_subset |
version | 0.1.1 |
source | src |
created_at | 2020-06-06 14:02:15.626015 |
updated_at | 2020-06-06 14:54:52.671338 |
description | Subset of the nix crate used by fuzzcheck-rs |
homepage | |
repository | https://git.sr.ht/~loic/fuzzcheck-rs |
max_upload_size | |
id | 250685 |
size | 125,356 |
This crate is a tiny subset of the nix crate, used by fuzzcheck.
I only needed a way to implement signal handlers, and I wanted a nicer API than libc to do so, but I didn't want to pay the compile-time cost of the full nix crate.