mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
6 lines
163 B
Rust
6 lines
163 B
Rust
///! Various stuff for dealing with the Neon Console.
|
|
///! Later we might move some API wrappers here.
|
|
|
|
/// Payloads used in the console's APIs.
|
|
pub mod messages;
|