# ACP FFI
C Foreign Function Interface (FFI) bindings for the StateSet Agentic Commerce Protocol (ACP) Handler.
## Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
acp-ffi = "1.0"
```
## Features
- C-compatible API for cross-language integration
- Static and dynamic library support
- Thread-safe session management
## License
MIT