Docs.rs
sl-map-apis-0.3.0
sl-map-apis 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
taladar
Dependencies
derive_more ^2.1.1
normal
http ^1.4.0
normal
http-cache-semantics ^3.0.0
normal
image ^0.25.9
normal
imageproc ^0.26.0
normal
lru ^0.16.3
normal
ratelimit ^0.10.0
normal
redb ^3.1.0
normal
reqwest ^0.13.2
normal
serde_json ^1.0.149
normal
sl-types ^0.2.0
normal
thiserror ^2.0.18
normal
tokio ^1.49.0
normal
tracing ^0.1.44
normal
uniform-cubic-splines ^0.5.1
normal
pretty_assertions ^1.4.1
dev
tempfile ^3.25.0
dev
tokio ^1.49.0
dev
tracing-test ^0.2.6
dev
Versions
100%
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
Files
sl_map_apis/
lib.rs
1
#![doc =
include_str!
(
"../README.md"
)]
2
3
pub mod
map_tiles;
4
pub mod
region;