sunng87 / pgwire

PostgreSQL wire protocol implemented as a rust library.
Apache License 2.0
511 stars 36 forks source link

chore: rename api feature to server-api #178

Closed sunng87 closed 5 months ago

sunng87 commented 5 months ago

This is a follow-up for #177

And it seems we should rename the api module to server-api as well. But to avoid bringing breaking change ahead of time, I'm going to do it when there is actual client api.