MCPcopy Create free account
hub / github.com/ermak-dev/cloudpub / protocol.rs

File protocol.rs

common/src/protocol.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Create a module to contain the Protocol Buffers generated code
2use anyhow::{anyhow, bail, Context, Result};
3use bytes::{Bytes, BytesMut};
4use serde::{Deserialize, Serialize};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected