docs.rs failed to build saddle-service-0.3.1
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.
Visit the last successful build:
saddle-service-0.3.5
Saddle Service contracts, registration, exposure and in-process invocation.
A V1 [Service] is one strongly typed asynchronous operation. Implementations
are registered once, resolved through [ServiceClient], and can optionally be
exposed through the transport-neutral JSON [ExternalDispatcher]. Network
listening and protocol framing belong to the application assembler.