agentic-codebase 0.3.0

Semantic code compiler for AI agents - transforms codebases into navigable concept graphs
Documentation
1
2
3
4
5
//! C-compatible FFI bindings.
//!
//! Thin wrapper around the public API. Opaque pointers. No Rust types exposed.

pub mod c_api;