Add support for post_process in Rust custom mutator + associated example with lain (#2241)

This commit is contained in:
jma
2024-11-08 17:15:51 +01:00
committed by GitHub
parent 21916a7f60
commit 0b22665391
7 changed files with 165 additions and 4 deletions

View File

@ -8,9 +8,9 @@ edition = "2021"
[dependencies]
custom_mutator = { path = "../custom_mutator" }
lain="0.5"
lain = { git = "https://github.com/AFLplusplus/lain.git" }
[[example]]
name = "example_lain"
path = "./src/lain_mutator.rs"
crate-type = ["cdylib"]
crate-type = ["cdylib"]