//! Accounting Standards Implementation.
//!
//! This module provides data structures and logic for major accounting
//! standards under both US GAAP and IFRS:
//!
//! - [`revenue`]: Revenue recognition (ASC 606 / IFRS 15)
//! - [`leases`]: Lease accounting (ASC 842 / IFRS 16)
//! - [`fair_value`]: Fair value measurement (ASC 820 / IFRS 13)
//! - [`impairment`]: Asset impairment (ASC 360 / IAS 36)
//! - [`differences`]: Framework difference tracking for dual reporting
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;