metabase 0.1.1

Ergonomic Rust SDK for Metabase's HTTP API, with async and blocking clients.
Documentation
1
2
3
4
/// A passthrough type for large, evolving JSON payloads.
#[derive(Clone, Debug, serde::Deserialize)]
#[serde(transparent)]
pub struct Dashboard(pub serde_json::Value);