Skip to main content

Crate world_tax

Crate world_tax 

Source

Re-exports§

pub use provider::TaxDatabase;
pub use types::Region;
pub use types::TaxCalculationType;
pub use types::TaxRate;
pub use types::TaxScenario;
pub use types::TaxType;
pub use types::TradeAgreement;
pub use types::TradeAgreementOverride;
pub use types::TransactionType;
pub use types::VatRate;
pub use errors::DatabaseError;
pub use errors::InputValidationError;
pub use errors::ProcessingError;

Modules§

calculation
Tax calculation implementation and scenario handling.
errors
Error types and handling.
provider
Tax rate provider and database functionality.
types
Tax calculation types and structures.