Ackee-Blockchain / trident

Rust-based framework to Fuzz and Integration test Solana programs to help you ship secure code.
https://ackee.xyz/
MIT License
185 stars 18 forks source link

Add documentation for Arbitrary and Debug trait for Custom types, add example #137

Closed lukacan closed 6 months ago

lukacan commented 6 months ago

Please merge PR #135 first, as this PR updates the documentation.

Currently, the framework lacks documentation on using the Arbitrary and Debug traits with custom types as instruction data parameters.

This PR includes:

Note: fuzz_example4 link points to the develop branch, so this link will be active once the example is in the develop branch