Crates.io | proptest-state-machine |
lib.rs | proptest-state-machine |
version | 0.5.0 |
created_at | 2023-05-31 20:25:17.50773+00 |
updated_at | 2025-09-20 18:15:28.459488+00 |
description | State machine based testing support for proptest. |
homepage | https://proptest-rs.github.io/proptest/proptest/state-machine.html |
repository | https://github.com/proptest-rs/proptest |
max_upload_size | |
id | 879124 |
size | 112,142 |
The state machine testing support provides a strategy and convenience runner macro for a sequential state machine. To learn more, please consult state machine page in the Proptest book.