Crate nadi_core

Crate nadi_core 

Source

Re-exports§

pub use crate::attrs::valid_var_manual as valid_var;
pub use abi_stable;
pub use anyhow;
pub use nadi_plugin;
pub use string_template_plus as string_template;

Modules§

attrs
expressions
functions
network
node
plugins
prelude
Prelude for the most basic NADI types: node, network and attributes
table
tasks
timeseries

Macros§

attr
Macro to generate attribute value with different patterns.
attr_array
Macro to create a Array from list of values
attr_map
Macro to create a AttrMap from key, value pairs
convert_impls
impl for different types that can be converted from ones that has FromAttribute. Can’t do this automatically because there will be duplicate implementation
return_on_err
return_on_none

Constants§

NADI_CORE_VERSION
Version of the crate, to be used to check plugin compatibility