//! Synthetic beancount file generation for testing.
//!
//! This module provides utilities for generating synthetic beancount files
//! to test parser and validator compatibility with Python beancount.
//!
//! # Features
//!
//! - Edge case generators for stress-testing parsers
//! - Manifest tracking for reproducible test fixtures
//! - Integration with proptest for property-based testing
pub use *;
pub use *;