Crate svc_cargo

source ·
Expand description

Arrow Banner

svc-cargo

GitHub stable release (latest by date) GitHub release (latest by date including pre-releases) Sanity Checks Rust Checks Python Flake8 Arrow DAO Discord

:telescope: Overview

This service hosts a public REST interface for external applications to make cargo shipping requests to the network.

Functions

  • Tokio signal handler that will wait for a user to press CTRL+C. This signal handler can be used in our [axum::Server] method with_graceful_shutdown and in our tonic::transport::Server method serve_with_shutdown.