metabase-api-rs
⚠️ Beta Release - API may change. Production ready with no known security vulnerabilities.
A simplified Rust client for the Metabase API.
Installation
[]
= "0.1.0-beta.3"
= { = "1", = ["rt-multi-thread", "macros", "time"] }
= "1.0"
Quick Start
use ;
use Duration;
async
Features
Feature | Description |
---|---|
cache |
Enable in-memory LRU caching |
performance |
Performance optimizations |
query-builder |
MBQL query builder |
full |
Enable all features |
Examples
See working examples in the examples/
directory or on docs.rs.
Documentation
Full API documentation is available on docs.rs.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.