forked from Deuxfleurs/garage
6 lines
103 B
Rust
6 lines
103 B
Rust
|
//! Crate for handling the admin and metric HTTP APIs
|
||
|
#[macro_use]
|
||
|
extern crate log;
|
||
|
|
||
|
pub mod metrics;
|