fluidattacks-blends-domain 0.3.0

Blends functional core: pure AST graph to syntax graph (no_std)
Documentation
1
2
3
4
5
6
7
//! Control flow overlay on the syntax graph.

pub(crate) mod dispatchers;
pub(crate) mod generate;

pub use generate::{add_syntax_cfg, SyntaxCfgError};
pub(crate) use generate::{CfgBuilder, SyntaxCfgArgs};