docs.rs failed to build stac-0.13.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
stac-0.13.1
stac
Rust implementation of the SpatioTemporal Asset Catalog (STAC) specification.
Usage
To use the library in your project:
[]
= "0.13"
Examples
use Item;
// Creates an item from scratch.
let item = new;
// Reads an item from the filesystem.
let item: Item = read.unwrap;
Please see the documentation for more usage examples.
Other info
This crate is part of the rustac monorepo, see its README for contributing and license information.