dist_agent_lang 1.0.6

A hybrid programming language for decentralized and centralized network integration
Documentation
1
2
3
4
5
// C FFI bindings
// Provides C-compatible interface for maximum language compatibility

// Re-export Rust FFI functions as C-compatible
pub use super::rust::*;