Skip to main content

Crate floe_core

Crate floe_core 

Source

Re-exports§

pub use checks as check;
pub use config::resolve_config_location;
pub use config::ConfigLocation;
pub use errors::ConfigError;
pub use manifest::build_common_manifest_json;
pub use run::events::set_observer;
pub use run::events::RunEvent;
pub use run::events::RunObserver;
pub use run::run;
pub use run::run_with_base;
pub use run::DryRunEntityPreview;
pub use run::EntityOutcome;
pub use run::RunOutcome;
pub use runtime::DefaultRuntime;
pub use runtime::Runtime;

Modules§

checks
config
errors
io
manifest
report
run
runtime
warnings

Structs§

AddEntityOptions
AddEntityOutcome
RunOptions
ValidateOptions

Functions§

add_entity_to_config
load_config
validate
validate_config_for_tests
validate_with_base

Type Aliases§

FloeResult