dune-api 0.1.0

Unofficial Rust client for the Dune Analytics API
Documentation
1
2
3
4
5
6
7
//! Tables API for uploading and managing custom data

mod api;
mod types;

pub use api::TablesApi;
pub use types::*;