agentic-codebase-ffi 0.3.0

FFI bindings for AgenticCodebase
Documentation
1
2
3
4
5
6
//! Minimal FFI facade for AgenticCodebase.

/// Crate version exposed for foreign runtimes.
pub fn agentic_codebase_ffi_version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}