#signal #nix #subset #handlers #fuzzcheck #libc

fuzzcheck_nix_subset

Subset of the nix crate used by fuzzcheck-rs

1 unstable release

0.1.1 Jun 6, 2020
0.1.0 Jun 6, 2020

#716 in Operating systems

MIT license

125KB
3K SLoC

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.

Dependencies

~155KB