Skip to main content

Crate uls_api

Crate uls_api 

Source
Expand description

REST API server for FCC ULS data access.

Re-exports§

pub use server::build_router;
pub use server::run;
pub use server::ServerConfig;

Modules§

error
API error types and JSON error responses.
handlers
Request handlers for the API endpoints.
response
API response types.
server
Server configuration and router construction.