Module amfnengine::engine[]

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

calc_engine

The AmFn engine component.

calc_json_deserialize

The deserialize json element of the AmFn engine.

calc_json_serialize

The serilaize json element of the AmFn engine.

calc_manager

The manager of the AmFn engine component.

calc_utility

The AmFn utility methods.

elem_cashflow

The cashflow element definition.

elem_cashflow_stats

The cashflow statistics definition.

elem_exchange_rate

The exchange rate element definition.

elem_locale

The definition of a locale.

elem_preferences

Preferences definition element.

elem_template_event

The template event element definition.

elem_template_group

The template event group element definition.

list_cashflow

List of currently active cashflows.

list_exchange_rate

List of exchange rates.

list_locale

List of locales.

list_template_event

List of template event definitions.

list_template_group

List of template groups.