saddle-framework 0.3.0-alpha.3

The single business-facing facade for Saddle applications
docs.rs failed to build saddle-framework-0.3.0-alpha.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: saddle-framework-0.2.0

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;