# stac-io
[](https://github.com/stac-utils/rustac/actions/workflows/ci.yml)
[](https://docs.rs/stac-io/latest/stac_io/)
[](https://crates.io/crates/stac-io)

[](./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.