Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andrewhickman/proptest-recurse
- Owner: andrewhickman
- License: apache-2.0
- Created: 2018-11-01T21:33:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T17:54:01.000Z (over 3 years ago)
- Last Synced: 2024-12-01T01:29:03.789Z (about 1 month ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.