stac-api
Rust implementation of the data structures that make up the STAC API specification. This is not a server implementation. For a STAC API server written in Rust, check out our stac-server.
Usage
To use the library in your project:
[]
= "0.6"
stac-api has one optional feature.
geo
enables Search::match
:
[]
= { = "0.6", = ["geo"] }
Examples
use ;
use Catalog;
// Build the root (landing page) endpoint.
let root = Root ;
Please see the documentation for more usage examples.
Other info
This crate is part of the stac-rs monorepo, see its README for contributing and license information.