docs.rs failed to build switchback-assemble-0.0.1-0.dev.0.ffcda32
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
switchback-assemble
[!WARNING] Early prototype while exploring design and aiming for equivalence with protobuf-mdbook, while expanding scope through traits and intermediary on-disk representation.
This is not ready for adoption, nor even stable at a
v1alpha1yet. You'll want to keep eyes on the repository for development.A lot of this is clanker driven, so vetting a good human read through pass hasn't been completed yet.
Merge OpenAPI and protobuf (and future family) loads into one
ReferenceManual module with
multiple contracts.
See
ADR 0014
for group-id prefix policy and the MVP module.yaml shape used by
examples/reference-manual.
use ;
use LoadArgs as OpenApiLoadArgs;
use LoadArgs as ProtobufLoadArgs;
let manual = assemble_module?;