You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,14 @@ This monorepo contains several crates:
20
20
21
21
| Crate | Description | Badges |
22
22
| ----- | ---- | --------- |
23
-
|[stac](./core/README.md)| Core data structures and synchronous I/O |[](https://docs.rs/stac/latest/stac/) <br> [](https://crates.io/crates/stac)|
24
-
|[pgstac](./pgstac/README.md)| Bindings for [pgstac](https://github.com/stac-utils/pgstac)|[](https://docs.rs/pgstac/latest/pgstac/) <br> [](https://crates.io/crates/pgstac)|
25
-
|[stac-api](./api/README.md)| Data structures for the [STAC API](https://github.com/radiantearth/stac-api-spec) specification |[](https://docs.rs/stac-api/latest/stac_api/) <br> [](https://crates.io/crates/stac-api)|
26
-
|[stac-async](./async/README.md)| Asynchronous I/O with [tokio](https://tokio.rs/)|[](https://docs.rs/stac-async/latest/stac_async/) <br> [](https://crates.io/crates/stac-async)|
27
-
|[stac-cli](./cli/README.md)| Command line interface |[](https://docs.rs/stac-cli/latest/stac_cli/) <br> [](https://crates.io/crates/stac-cli)|
28
-
|[stac-server](./server/README.md)| STAC API server with multiple backends |[](https://docs.rs/stac-server/latest/stac_server/) <br> [](https://crates.io/crates/stac-server)|
29
-
|[stac-validate](./validate/README.md)| Validate STAC data structures with [jsonschema](https://json-schema.org/)|[](https://docs.rs/stac-validate/latest/stac-validate/) <br> [](https://crates.io/crates/stac-validate)|
23
+
|[stac](./core/README.md)| Core data structures and synchronous I/O |[](https://github.com/stac-utils/stac-rs/actions/workflows/core.yml) <br /> [](https://docs.rs/stac/latest/stac/) <br> [](https://crates.io/crates/stac)|
24
+
|[stac-api](./api/README.md)| Data structures for the [STAC API](https://github.com/radiantearth/stac-api-spec) specification |[](https://github.com/stac-utils/stac-rs/actions/workflows/api.yml) <br /> [](https://docs.rs/stac-api/latest/stac_api/) <br> [](https://crates.io/crates/stac-api)|
|[stac-server](./server/README.md)| STAC API server with multiple backends |[](https://github.com/stac-utils/stac-rs/actions/workflows/server.yml) <br /> [](https://docs.rs/stac-server/latest/stac_server/) <br> [](https://crates.io/crates/stac-server)|
28
+
|[stac-validate](./validate/README.md)| Validate STAC data structures with [jsonschema](https://json-schema.org/)|[](https://github.com/stac-utils/stac-rs/actions/workflows/validate.yml) <br /> [](https://docs.rs/stac-validate/latest/stac-validate/) <br> [](https://crates.io/crates/stac-validate)|
0 commit comments