shvrpc 15.0.0

Rust implementation of the SHV-RPC protocol
Documentation
pub enum Tag {
    MetaTypeId = 1,
    MetaTypeNameSpaceId,
    #[expect(clippy::upper_case_acronyms, reason = "We want this to look special")]
    USER = 8
}

pub mod global_ns {
    pub const NAMESPACE_ID: i64 = 0;

    pub enum MetaTypeID
    {
        ChainPackRpcMessage = 1,
        RpcConnectionParams,
        TunnelCtl,
        AccessGrantLogin,
        ValueChange,
        NodeDrop,
        ShvJournalEntry = 8,
        NodePropertyMap,
    }
}