splunk 0.1.2

Splunk client implementation supporting HEC and REST APIs
Documentation
1
2
3
4
5
6
fn main() {
    if std::env::var("CI").is_ok() {
        println!("cargo:rustc-cfg=feature=\"test_ci\"");
    }
    // std::process::exit(1);
}