codesynapse-core 0.1.2

Core graph extraction and analysis engine for codesynapse — AST parsing, semantic embeddings, BM25 index
Documentation
pub mod affected;
pub mod analyze;
pub mod benchmark;
pub mod build;
pub mod cache;
pub mod callflow_html;
pub mod chunking;
pub mod cluster;
pub mod config;
pub mod dedup;
pub mod detect;
pub mod diagnostics;
pub mod embed_pipeline;
pub mod embedding;
pub mod error;
pub mod export;
pub mod extract;
pub mod global_graph;
pub mod google_workspace;
pub mod graph;
pub mod hooks;
pub mod hypergraph;
pub mod import_extension;
pub mod incremental;
pub mod ingest;
pub mod js_import_resolution;
pub mod llm_backends;
pub mod llm_extract;
pub mod multigraph_compat;
pub mod prs;
pub mod python_import_resolution;
pub mod query;
pub mod report;
pub mod scip_ingest;
pub mod security;
pub mod semantic_cleanup;
pub mod serve_query;
pub mod symbol_resolution;
pub mod telemetry;
pub mod transcribe;
pub mod tree_html;
pub mod ts_extract;
pub mod types;
pub mod validate;
pub mod watch;
pub mod wiki;

pub use types::*;