File Layout Suggestion

pallet-property-governance/
├── src/
│   ├── lib.rs
│   ├── fuzzer.rs       # ← Fuzzing logic lives here
│   └── mock.rs
└── tests/
    └── fuzz_tests.rs   # Optional: integration fuzz tests

Last updated