Skip to main content

okf_agent/
lib.rs

1//! Reserved crate name for the [OKF project](https://github.com/W4G1/okf).
2//!
3//! This is a placeholder with no functionality yet. It reserves the
4//! `okf-agent` name for future agent-facing tooling for the Open Knowledge Format.
5//! Use the [`okf`](https://docs.rs/okf) or [`okf-core`](https://docs.rs/okf-core)
6//! crates instead.
7
8#![forbid(unsafe_code)]