zig-agents 0.0.1-alpha

FFI wrapper for zig-agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! # zig-agents
//!
//! Part of the [TRIOS ecosystem](https://github.com/gHashTag/trios).
//!
//! ⚠️ **Pre-release placeholder (0.0.1-alpha).** Public API will
//! be published in 0.1.0 after Parameter Golf submission.
//!
//! This is a temporary placeholder to reserve the crate name on crates.io.
//! The real API will be published in 0.1.0 after Parameter Golf.
//!
//! ## License
//!
//! MIT OR Apache-2.0

// Version constant for this placeholder release.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");