opencellid 0.1.0

Rust client library for the OpenCellID API — sync and async clients with tracing, structured errors, and bounded I/O.
Documentation
1
2
3
4
5
6
7
//! Internal helpers shared between the async and blocking clients.
//!
//! Nothing in this module is part of the public API.

pub(crate) mod endpoint;
pub(crate) mod parse;
pub(crate) mod tracing;