Skip to main contentCrate mahler_core
Source - dag
- Directed Acyclic Graph implementation and methods
- error
- Error handling types
- json
- JSON referencing and manipulation
- result
- Alias over
core::result::Result - runtime
- Types and traits to operate on system runtime
- serde
- Re-export of
serde_core for use by mahler-derive - state
- State trait and standardized serialization.
- sync
- State synchronization and runtime control
- dag
- Construct a branching DAG
- list
- Creates a
List<T> from a list of expressions. - map
- Creates a
Map<K, V> from key-value pairs. - par
- Construct a branching DAG with single item branches
- seq
- Construct a linear DAG
- set
- Creates a
Set<T> from a list of expressions.