Expand description

The engine modules.

Re-exports

pub use calc_engine::CalcEngine;
pub use calc_json_deserialize::CalcJsonDeserialize;
pub use calc_json_serialize::CalcJsonSerialize;
pub use calc_manager::CalcManager;
pub use calc_utility::CalcUtility;
pub use elem_locale::ElemLocale;
pub use elem_locale::ElemLocaleFormat;
pub use elem_cashflow::ElemCashflow;
pub use elem_cashflow_stats::ElemCashflowStats;
pub use elem_exchange_rate::ElemExchangeRate;
pub use elem_preferences::ElemPreferences;
pub use elem_template_event::ElemTemplateEvent;
pub use elem_template_group::ElemTemplateGroup;
pub use list_locale::ListLocale;
pub use list_cashflow::ListCashflow;
pub use list_exchange_rate::ListExchangeRate;
pub use list_template_event::ListTemplateEvent;
pub use list_template_group::ListTemplateGroup;

Modules

The AmFn engine component.

The deserialize json element of the AmFn engine.

The serilaize json element of the AmFn engine.

The manager of the AmFn engine component.

The AmFn utility methods.

The cashflow element definition.

The cashflow statistics definition.

The exchange rate element definition.

The definition of a locale.

Preferences definition element.

The template event element definition.

The template event group element definition.

List of currently active cashflows.

List of exchange rates.

List of locales.

List of template event definitions.

List of template groups.