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

@ -1,5 +1,5 @@
//! # PostgreSQL 16 Protocol
//! Low-level PostgreSQL protocol implementation for the version 16, protocol version 3.0.
//! # PostgreSQL Protocol
//! Low-level PostgreSQL protocol implementation for the server version 16, protocol version 3.0.
//! Includes server and client side handshake with no password authentication.
pub mod handshake;