miden-test-utils

Crates.iomiden-test-utils
lib.rsmiden-test-utils
version0.1.0
created_at2025-05-08 19:09:26.292359+00
updated_at2025-05-08 19:09:26.292359+00
descriptionTest utilities for Miden VM programs
homepagehttps://polygon.technology/polygon-miden
repositoryhttps://github.com/0xMiden/miden-vm
max_upload_size
id1665722
size94,311
Philippe Laferrière (plafer)

documentation

README

Miden test utils

This crate contains utilities for testing program execution on Miden VM. This includes:

  • A Test struct which encapsulates information needed for testing of Miden VM programs and provides various convenience methods for testing program execution.
  • A set of macros to simplify instantiation of the Test struct.
  • Re-exports of various VM modules and 3-rd party crates which may be useful for writing tests.

License

This project is MIT licensed.

Commit count: 3123

cargo fmt