Implementation of Diamond iO
cargo test -r --features="parallel"
this will remove helper logic + helper fields for test which is not require for iO security.
- dummy params
cargo test -r --test test_io_dummy_param --no-default-features --features parallel -- --nocapture
- real params (by default ignored)
cargo test -r --test test_io_real_param --no-default-features --features parallel -- --ignored --nocapture
- with memory profiler
uv run memory_profile.py cargo test -r --test test_io_dummy_param --no-default-features --features parallel