Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Adding the dependency

cargo add soap-server

Transitive dependencies

soap-server builds on axum (HTTP routing) and tokio (async runtime). Your application needs its own Tokio runtime; the simplest way to add one is:

cargo add tokio --features full

Minimum Supported Rust Version (MSRV)

The MSRV is the rust-version declared in the crate’s Cargo.toml, shown on the crate’s crates.io page.