stac-io 0.2.0

Input and output (I/O) for the SpatioTemporal Asset Catalog (STAC)
Documentation
# stac-io

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/rustac/ci.yml?branch=main&style=for-the-badge)](https://github.com/stac-utils/rustac/actions/workflows/ci.yml)
[![docs.rs](https://img.shields.io/docsrs/stac-io?style=for-the-badge)](https://docs.rs/stac-io/latest/stac_io/)
[![Crates.io](https://img.shields.io/crates/v/stac-io?style=for-the-badge)](https://crates.io/crates/stac-io)
![Crates.io](https://img.shields.io/crates/l/stac-io?style=for-the-badge)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](./CODE_OF_CONDUCT)

Input and output (I/O) for the Rust implementation of the [SpatioTemporal Asset Catalog (STAC)](https://stacspec.org/) specification.

## Usage

To use the library in your project:

```toml
[dependencies]
stac-io = "0.1"
```

## Other info

This crate is part of the [rustac](https://github.com/stac-utils/rustac) monorepo, see its README for contributing and license information.