Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 418 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 418 Bytes

A blocking Rust client for the Velo Data API.

Create a suitable Param, .connect() your Client and then send the applicable requests.

Requests will either return results of either ErrorKind errors or Polars DataFrame types.

Want feedback as I started coding in Rust just a week ago and am about halfway through "the Book".

HTTP docs for the API are here.