Docs.rs
everymap-core-0.2.1
everymap-core 0.2.1
Docs.rs crate page
MIT
15 September 2026
Links
Repository
crates.io
Source
Owners
angoratek
Dependencies
async-trait ^0.1
normal
flexpolyline ^1.0
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.0
normal
zeroize ^1
normal
Versions
69.81%
of the crate is documented
Platform
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
Skip to main content
Module client
everymap_
core
0.2.1
Module client
Module Items
Structs
Traits
Functions
In crate everymap_
core
everymap_core
Module
client
Copy item path
Source
Structs
§
Provider
Client
A generic provider HTTP client that consolidates the common request/response logic shared across all provider implementations (HERE, Google, TomTom, MapBox, Radar).
Traits
§
Http
Client
Trait for HTTP clients, allowing dependency injection and testing.
Functions
§
redact_
api_
key
Redact API key values from a URL string for verbose output. Replaces the value of common API key query params with
***
.
truncate_
str
Truncate a string to the given byte limit, appending info if truncated.