Crates.io | postgres-proto-rs |
lib.rs | postgres-proto-rs |
version | 0.1.0 |
source | src |
created_at | 2022-10-12 04:26:05.852436 |
updated_at | 2022-10-12 04:26:05.852436 |
description | A crate that helps you parse the postgres wire protocol |
homepage | |
repository | https://github.com/zain-kabani/postgres-proto-rs/ |
max_upload_size | |
id | 685875 |
size | 71,667 |
A project to help you parse the postgres wire protocol in rust!
Inspired by jackc/pgproto3
The network module has both standard and tokio implementations to get and send client or server messages
The messages module contains the logic for reading and parsing the postgres wire messages.
Note: Not very message type has parsing implemented. Contributions are welcome!