Expose REST APIs from a Rust program with async HTTP server and OpenAPI support.
# Cargo.toml
[dependencies]
dropshot = "0.17.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a basic Dropshot HTTP server
Use #[tokio::main] or manually create a Tokio runtime
No dependency data recorded yet.