dx-dcp 0.0.1

Development Context Protocol - binary-first replacement for MCP
Documentation
1
2
3
4
5
6
7
//! Capability manifest for DCP protocol.
//!
//! Provides pre-computed capability negotiation using bitsets for O(1) operations.

pub mod manifest;

pub use manifest::CapabilityManifest;