xdoc-rs 0.1.1

Declarative XML engine for Rust
Documentation
1
2
3
4
5
6
7
8
9
# Fuzzing

This directory contains fuzz harness sources for local security testing. It is
not a workspace member and does not add a runtime crate to the XML engine.

The parser harness is prepared at `fuzz/fuzz_targets/parser.rs`. To run it with
`cargo-fuzz`, initialize the local fuzz package from this directory and keep any
generated lockfiles or corpora out of normal commits unless a task explicitly
asks for them.