minco-core
Provider-neutral kernel for the Minco framework.
This crate contains the stable composition primitives that application and third-party plugin crates depend on:
- statically linked
Pluginimplementations; - typed service registration and lookup;
- required/provided capabilities;
- operation, migration, health, resource, and wake-source descriptors;
- deterministic plugin dependency ordering and graph validation.
It intentionally has no Axum, SQLx, Lambda, or AWS SDK dependency.
use ;
let manager = default;
let application = manager.compose?;
assert!;
# Ok::
Most application authors should depend on the minco facade crate. Plugin
authors may depend directly on minco-core to keep their dependency surface
small.