Docs.rs
stac-api-0.6.1
stac-api 0.6.1
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.38
normal
futures ^0.3.31
normal
optional
geo ^0.28.0
normal
optional
geojson ^0.24.1
normal
http ^1.1
normal
optional
reqwest ^0.12.8
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7.1
normal
stac ^0.10.2
normal
thiserror ^1.0
normal
tokio ^1.37
normal
optional
tracing ^0.1.40
normal
url ^2.3
normal
geojson ^0.24.1
dev
mockito ^1.5
dev
tokio ^1.37
dev
tokio-test ^0.4.4
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stac_
api
0.6.1
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());