Docs.rs
stac-api-0.8.0
stac-api 0.8.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gadomski
Dependencies
async-stream ^0.3.6
normal
optional
chrono ^0.4.39
normal
cql2 ^0.3.7
normal
futures ^0.3.31
normal
optional
geo ^0.30.0
normal
optional
geojson ^0.24.1
normal
http ^1.1
normal
optional
indexmap ^2.10.0
normal
reqwest ^0.12.8
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7.1
normal
stac ^0.13.0
normal
stac-derive ^0.3.0
normal
thiserror ^2.0
normal
tokio ^1.44
normal
optional
tracing ^0.1.40
normal
url ^2.3
normal
geojson ^0.24.1
dev
mockito ^1.5
dev
tokio ^1.44
dev
tokio-test ^0.4.4
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stac_
api
0.8.0
version
Sections
Examples
In crate stac_
api
stac_api
Function
version
Copy item path
Source
pub fn version() -> &'static
str
Expand description
Return this crate’s version.
§
Examples
println!
(
"{}"
, stac_api::version());