dropshot

Crates.iodropshot
lib.rsdropshot
version0.10.1
sourcesrc
created_at2020-06-25 17:16:16.844016
updated_at2024-05-15 18:19:08.29271
descriptionexpose REST APIs from a Rust program
homepage
repositoryhttps://github.com/oxidecomputer/dropshot/
max_upload_size
id257945
size1,069,755
Adam Leventhal (ahl)

documentation

README

Dropshot is a general-purpose--but opinionated--crate for exposing REST APIs from a Rust program. It is meant to be simple and lightweight. It includes first-class support for OpenAPI in the form of precise specs generated directly from code. It supports primitives for consistent pagination including extensions an OpenAPI extension denoting it in the spec.

For information about configuration, design, and contributing, see the GitHub repo.

For information on the use the API see the documentation.

Commit count: 862

cargo fmt