Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/owickstrom/fuzzig

Melding fuzzing and PBT concepts in Zig (experiment)
https://github.com/owickstrom/fuzzig

Last synced: about 1 month ago
JSON representation

Melding fuzzing and PBT concepts in Zig (experiment)

Awesome Lists containing this project

README

        

# fuzzig

Melding concepts from fuzzing and PBT. Currently just an experiment.

## Running tests

Some are expected to fail (the prop_test examples).

```shell
zig test src/all_tests.zig
```