ahp-types 0.1.0

Wire protocol types for the Agent Host Protocol (AHP).
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Generated from types/*.ts — do not edit.
//
// Regenerate with: npm run generate:rust

#![allow(missing_docs)]

/// Current protocol version.
pub const PROTOCOL_VERSION: u32 = 1;

/// Minimum protocol version this SDK can negotiate.
pub const MIN_PROTOCOL_VERSION: u32 = 1;