observrs 0.0.1

Application designed for fast synthetic monitoring with global deployment capabilities with a comprehensive approach
Documentation
1
2
3
4
5
6
// This is the entry point for the binary part of the `observrs` package.
// It demonstrates the use of the `hello_world` function from the `observrs` library.
// When run, this binary will print a message indicating that the synthetic monitoring library and binary is coming soon.
fn main() {
    observrs::hello_world();
}