pg-proto 0.2.2

Session-typed PostgreSQL wire protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Summary

<!-- What changes, and why? -->

## Protocol impact

<!-- Which states/messages change? Write "None" when not applicable. -->

## Verification

- [ ] `cargo fmt --all -- --check`
- [ ] `cargo clippy --workspace --all-targets -- -D warnings`
- [ ] `cargo test --workspace`
- [ ] Public documentation updated where required
- [ ] `PLAN.md` updated where required