Socrata SDK (Rust)
A high-performance, asynchronous Rust client for the Socrata Open Data API (SODA).
Features
- Async/Await: Built on top of
reqwestandtokio. - Generic: Works with any data structure that implements
serde::Deserialize. - Type-Safe: Leverage Rust's type system to ensure data integrity.
- Minimal Dependencies: Optimized for performance and small binary size.
Usage
use SocrataClient;
use Deserialize;
async
License
MIT