contextvm-sdk 0.1.0

Rust SDK for the ContextVM protocol — MCP over Nostr
Documentation
1
2
3
4
5
6
7
//! Core module: constants, types, errors, serializers, and validation.

pub mod constants;
pub mod error;
pub mod serializers;
pub mod types;
pub mod validation;