Crate stac_async

Source
๐Ÿ‘ŽDeprecated: use stac instead of stac-async, which is deprecated and will receive no further updates
Expand description

Asynchronous I/O for STAC, built on stac-rs

โš ๏ธ This crate is deprecated, use stac instead.

Structsยง

ApiClientDeprecated
A client for interacting with STAC APIs.
ClientDeprecated
A thin wrapper around reqwest::Client.

Enumsยง

ErrorDeprecated
Crate-specific error type.

Functionsยง

readDeprecated
Reads a STAC value from an href.
read_jsonDeprecated
Reads any deserializable value from an href.
write_json_to_pathDeprecated
Writes any serializable value to a path.

Type Aliasesยง

ResultDeprecated
Crate-specific result type.