Skip to main content

Crate fluidattacks_blends

Crate fluidattacks_blends 

Source
Expand description

Blends imperative shell: language detection, tree-sitter parsing, AST-graph construction, and canonical-JSON serialization. It wraps the pure domain and is the crate published as fluidattacks-blends.

Re-exports§

pub use blends_domain as domain;

Structs§

Content
ParseError
SvgRenderError

Enums§

Language

Traits§

LanguageExt

Functions§

get_ast_graph
get_graphs_from_path
get_syntax_graph
parse
render_graph_set
Renders each present graph as <output_prefix>.ast.svg and <output_prefix>.syntax_graph.svg. Absent layers are skipped.