athena_rs 3.23.0

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
//! Compatibility facade for the extracted `athena-driver` host health tracker.

pub use athena_driver::scylla::health::{
    Clock, HostHealthTracker, HostOffline, SystemClock, global_tracker,
};