The only Saddle crate that business applications directly depend on.
Pool construction and Service registry assembly remain framework-owned:
let _ = saddle::db::Database::connect;
let _ = saddle::service::ServiceRegistryBuilder::new();
The old static/three-argument launcher is not a public surface:
let _ = saddle::Saddle::run;