saddle-framework 0.2.0-rc.19

The single business-facing facade for Saddle applications
Documentation

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;