saddle-framework 0.1.0

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();