#vm #miden

no-std miden-test-utils

Test utilities for Miden VM programs

1 unstable release

Uses new Rust 2024

new 0.1.0 May 8, 2025

#320 in Testing

MIT license

455KB
7K SLoC

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.

Dependencies

~16–42MB
~646K SLoC