Expand description
A STAC API server written in Rust.
Modules§
- routes
- Routes for serving API endpoints.
Structs§
- Api
- A STAC server API.
- Memory
Backend - A naive backend that stores collections and items in memory.
- Pgstac
Backend - A backend for a pgstac database.
Enums§
- Error
- A crate-specific error type.
Constants§
- DEFAULT_
DESCRIPTION - The default catalog description.
- DEFAULT_
ID - The default catalog id.
- DEFAULT_
LIMIT - The default limit.
Traits§
- Backend
- Storage backend for a STAC API.
Type Aliases§
- Result
- A crate-specific result type.