| 1 | // Create a module to contain the Protocol Buffers generated code |
| 2 | use anyhow::{anyhow, bail, Context, Result}; |
| 3 | use bytes::{Bytes, BytesMut}; |
| 4 | use serde::{Deserialize, Serialize}; |
nothing calls this directly
no outgoing calls
no test coverage detected