ranvier-core
0.30.0releasedDefines protocol-agnostic contracts such as Transition, Outcome, Bus, and Schematic.
Ranvier Manual
Use this page when you need explicit rules for Axon, Outcome, and adapter boundaries.
ranvier-core0.30.0releasedDefines protocol-agnostic contracts such as Transition, Outcome, Bus, and Schematic.
ranvier-macros0.30.0releasedProvides macros to reduce wiring boilerplate in circuits and route bindings.
ranvier-runtime0.30.0releasedProvides Axon execution and runtime orchestration for state transitions and flow control.
ranvier-http0.30.0releasedImplements HTTP ingress/egress boundaries, routing, typed extractors, and transport mapping.
ranvier-std0.30.0releasedShips standard node primitives for flow, math, logic, string, and debug operations.
ranvier-audit0.30.0releasedAudit event sinks and helper types for traceable operational records.
ranvier-compliance0.30.0releasedCompliance helper surface for policy and regulatory alignment in service flows.
ranvier-inspector0.30.0releasedBuilt-in Inspector REST + WebSocket server with per-node metrics, payload capture, conditional breakpoints, and stall detection.
ranvier-openapi0.30.0releasedGenerates and serves OpenAPI specifications for Ranvier HTTP services.
ranvier0.30.0releasedFacade crate that re-exports the primary Ranvier API surface (core, runtime, HTTP).
cargo check --workspace
cargo run -p typed-state-tree
cargo run -p basic-schematiccargo check --workspacecargo run -p typed-state-treecargo run -p routing-params-democargo test -p ranvier-httpcargo test -p ranvier-http --test test_app_healthcargo test -p ranvier-http --features validationcargo run -p ranvier-http --example validation_struct_level --features validationcargo test -p ranvier-std guardcargo test -p ranvier-openapicargo check -p openapi-democargo test -p ranvier-httpcargo check -p static-spa-democargo test -p ranvier-httpcargo check -p websocket-ingress-democargo test -p ranvier-inspectorcargo test --workspace./scripts/m119_examples_smoke.ps1./scripts/m131_inspector_quickview_smoke.ps1./scripts/m131_schematic_diff_policy_smoke.ps1./scripts/m131_fullstack_embedded_smoke.ps1cargo test -p ranvier-runtime timeline_assertion_works_in_integration_testcargo run -p ecosystem-seaorm-democargo run -p ecosystem-diesel-democargo run -p ecosystem-redis-democargo run -p ecosystem-nats-democargo run -p ecosystem-meilisearch-democargo check -p session-patterncargo test -p ranvier-inspector metrics stallcargo test -p ranvier-inspector breakpoint payloadcargo check -p guard-democargo check -p auth-jwt-role-demo