Minco 0.5.0
Minco 0.5.0 turns the project’s zero-idle AWS foundation into a practical application framework release.
Highlights
- OpenAPI-first, opt-in CRUD resource families with generated contract and implementation scaffolding.
- Stable JSON envelopes:
{ "data": ... }for resources and an explicit page envelope for collections. - Cursor pagination, strong ETags with
If-Match, and idempotent create semantics. cargo minco make resourcefor deterministic resource generation.- Complete Orders reference slices for memory, PostgreSQL, SQLite, and in-process Axum contract testing.
- Typed deployment-plan cost classes and structural evidence that the minimal AWS profile has zero provisioned compute while idle.
- Split essential and release CI, with coordinated registry publication and exact-artifact release checks.
Install
cargo install cargo-minco --version 0.5.0 --lockedVerification
- Exact source tag:
v0.5.0at485d67104a49f139820722eb73334415f69a653c - Rust toolchain: 1.97.1
- 28 coordinated crates published to crates.io
- Default, no-default-features, and all-feature external consumers compile from the registry
- All 28 exact docs.rs routes are live
See the 0.4.0 to 0.5.0 adoption guide and changelog for details.