mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
Creates new `pageserver_api` and `safekeeper_api` crates to serve as the shared dependencies. Should reduce both recompile times and cold compile times. Decreases the size of the optimized `neon_local` binary: 380M -> 179M. No significant changes for anything else (mostly as expected).
5 lines
78 B
Rust
5 lines
78 B
Rust
pub mod routes;
|
|
pub use routes::make_router;
|
|
|
|
pub use safekeeper_api::models;
|