//! 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`.
pub use blends_domain as domain;
pub use get_ast_graph;
pub use Content;
pub use get_graphs_from_path;
pub use ;
pub use ;
pub use ;
pub use get_syntax_graph;