datasynth-standards 3.1.1

Accounting and audit standards framework for synthetic data generation (IFRS, US GAAP, ISA, SOX, PCAOB)
Documentation
1
2
3
4
5
6
7
8
9
//! Regulatory Framework Implementation.
//!
//! This module provides data structures for regulatory compliance:
//!
//! - [`sox`]: Sarbanes-Oxley Act compliance (Sections 302 and 404)

pub mod sox;

pub use sox::*;