falsify 0.1.0

Property testing based on coroutines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "falsify"
version = "0.1.0"
edition = "2024"
authors = ["Adam Szkoda <adaszko@gmail.com>"]
description = "Property testing based on coroutines"
homepage = "https://github.com/adaszko/falsify"
repository = "https://github.com/adaszko/roaring-graphs"
keywords = ["property", "testing", "quickcheck", "hypothesis", "proptest"]
categories = ["development-tools::testing"]
license = "MIT"

[dependencies]
rand = "0.10.1"