Crate stac_types
Source pub use link::Link;pub use link::Links;
- link
- Links.
- mime
- Media Types are a key element
that enables STAC to be a rich source of information for clients.
- Error
- Href
- An href.
- RealizedHref
- Version
- A version of the STAC specification.
- STAC_VERSION
- The default STAC version of this library.
- Fields
- Trait for structures that have gettable and settable fields.
- Migrate
- Migrates a STAC object from one version to another.
- SelfHref
- Implemented by all three STAC objects, the SelfHref trait allows getting
and setting an object’s href.
- Result