pidgin-lang 0.1.0

A compact agent handoff protocol runtime — parse, validate, resolve, and expand Pidgin packets
Documentation
1
2
3
4
5
6
7
8
pub mod syntax;
pub mod schema;

#[derive(Debug, Clone)]
pub struct ValidationError {
    pub code: String,
    pub message: String,
}