fuzzcheck_nix_subset 0.1.1

Subset of the nix crate used by fuzzcheck-rs
Documentation

fuzzcheck_nix_subset

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.