Rust libary for the shinemonitor.com website
(username and password required)
```rust use shinemonitor::ShineMonitorClient;
async fn main() -> Result<(), Box
println!("Pid Json: {:?}",res);
Ok(())
}
```
```toml
shinemonitor = "0.1.0" tokio = { version = "1", features = ["full"] }
```