stac-api
Rust implementation of the data structures that make up the STAC API specification. This is not a server implementation. For an (experimental) STAC API server written in Rust, check out stac-server-rs.
Usage
To use the library in your project:
[]
= "0.2"
Examples
// Build the root (landing page) endpoint.
let root = Root ;
Please see the documentation for more usage examples.