docs: data messages documentation
This commit is contained in:
parent
c61b6021db
commit
df5741224f
10 changed files with 24 additions and 13 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue