docs: data messages documentation

This commit is contained in:
Jindřich Moravec 2023-12-31 19:03:10 +01:00
parent c61b6021db
commit df5741224f
10 changed files with 24 additions and 13 deletions

View file

@ -4,6 +4,7 @@ use bincode::enc::Encoder;
use bincode::error::{DecodeError, EncodeError};
use bincode::{BorrowDecode, Decode, Encode};
/// PostgreSQL format of string encoded as a null-terminated string.
#[derive(Debug, Clone, BorrowDecode)]
pub struct PgString(String);