postgres-proto-rs

Crates.iopostgres-proto-rs
lib.rspostgres-proto-rs
version0.1.0
sourcesrc
created_at2022-10-12 04:26:05.852436
updated_at2022-10-12 04:26:05.852436
descriptionA crate that helps you parse the postgres wire protocol
homepage
repositoryhttps://github.com/zain-kabani/postgres-proto-rs/
max_upload_size
id685875
size71,667
(zain-kabani)

documentation

README

Postgres Proto RS

A project to help you parse the postgres wire protocol in rust!

Inspired by jackc/pgproto3

Please refer to the examples folder for an example of creating a simple postgres proxy server

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!

Commit count: 21

cargo fmt