Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewhickman/proptest-recurse

Helper for defining mutually recursive strategies with proptest.
https://github.com/andrewhickman/proptest-recurse

Last synced: 22 days ago
JSON representation

Helper for defining mutually recursive strategies with proptest.

Awesome Lists containing this project

README

        

[![Crates.io][ci]][cl] [![Docs.rs][di]][dl]

[ci]: https://img.shields.io/crates/v/proptest-recurse.svg
[cl]: https://crates.io/crates/proptest-recurse/

[di]: https://docs.rs/proptest-recurse/badge.svg
[dl]: https://docs.rs/proptest-recurse/

# proptest-recurse

Helper for defining mutually recursive strategies with proptest.