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