Docs.rs
rtz-core-0.1.5
rtz-core 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
twitchax
Dependencies
anyhow ^1.0.72
normal
bincode ^2.0.0-rc.3
normal
optional
chashmap ^2.2.2
normal
geo ^0.28.0
normal
geojson ^0.24.1
normal
rayon ^1.7.0
normal
serde ^1.0.126
normal
serde_json ^1.0.64
normal
pretty_assertions ^1.4.0
dev
reqwest ^0.12.5
normal
zip ^2.1.6
normal
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
Files
rtz_core/base/
mod.rs
1
//! The base module for core.
2
3
pub mod
types;