axumstart_components
An async dependency-injection container: derive macros for registering components, an OnCreate lifecycle hook, and an Inject<T> extractor for Axum handlers.
axumstart_db
A #[repository] macro that turns trait method names like find_by_user_id or insert_all into sqlx queries against Postgres, MySQL, or SQLite.