Skip to content

Minco 1.0.0

Latest stable release. These pages target Minco 1.0.0 and Rust 1.97.1.View all versions

This is the stable manual for Minco 1.0.0: a contract-to-cloud Rust framework for low-idle-cost web applications on AWS. It documents the exact versioned surface published from v1.0.0. The mutable next manual remains separate from this release.

The manual is organized progressively: begin with one working application, then reach for focused guides, the component catalog, practical recipes, or exact reference when you need them.

What Is Documented Here

AreaCurrent development boundary
HTTP resourcesJSON data envelopes, bounded cursor pages, strong entity tags, and Problem Details
PluginsArchive-visible distribution metadata and public offline conformance reports
RealtimeSubscriber-only AppSync invalidation with authoritative HTTP resynchronization
Local AIBounded ProjectView, read-only MCP, and accessible workbench projections
TestingDomain, application, adapter, HTTP, plugin, deployment, and release evidence remain distinct
AWSZero provisioned application compute, explicit DynamoDB access patterns, and visible residual managed-service cost

The Golden Path

text
new -> contract -> generate -> dev -> migrate -> seed -> test -> inspect
    -> package -> change set -> migrate target -> deploy -> verify
    -> promote exact artifact -> observe or compatibility-checked rollback

Each arrow is explicit and inspectable. Minco does not add a runtime service locator, Active Record layer, hosted control plane, hidden scheduler, or boot-time production migrations.

Start with the framework tour, browse the exercised examples, or go directly to the current CLI reference.

Minimal cost, maximum capability.