mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 16:32:56 +00:00
Keeping the `mock` postgres cplane adaptor using "stock" tokio-postgres allows us to remove a lot of dead weight from our actual postgres connection logic.
3 lines
51 B
Rust
3 lines
51 B
Rust
//! Authentication protocol support.
|
|
pub mod sasl;
|