azure_monitor_query 0.0.1

A library for querying Azure Monitor's Logs and Metrics data sources.
1
2
3
4
5
6
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

fn main() {
    println!("Coming soon: A library for querying Azure Monitor's Logs and Metrics data sources.");
}