cordis-core 0.0.1

Runtime-agnostic Rust port of Cordis, the plugin framework at the core of DeepSeek Harness
Documentation
1
2
3
4
5
6
7
8
9
//! Placeholder crate that reserves the `cordis-core` name on crates.io.
//!
//! The real crate — the core runtime of
//! [cordis-rs](https://crates.io/crates/cordis-rs), the Rust port of the
//! Cordis 4.x plugin framework — will be published here. The implementation
//! lives at <https://github.com/dshbox/cordis-rs> (workspace directory
//! `crates/cordis-core`).

#![forbid(unsafe_code)]