> For the complete documentation index, see [llms.txt](https://doc-hub.xcavate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-hub.xcavate.io/protocol/nft-marketplace/fuzzer/file-layout-suggestion.md).

# File Layout Suggestion

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