acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
1
2
3
4
5
6
7
8
//! Property-based tests for the ACDC parser
//!
//! These tests verify invariants that should hold for ANY input, not just
//! specific fixtures. They complement the fixture-based tests by finding
//! edge cases and ensuring the parser is robust against unexpected inputs.

mod generators;
mod invariants;