serverseeker-0.1.0 has been yanked.
serverseeker-rs
A Rust wrapper for DAMcrafts ServerSeeker API
This project is currently work-in-progress! Also, I'm not the best Rust coder, so the code is probably bad :/
Example:
// [dependencies]
// serverseeker = { git = "https://github.com/Paddyk45/serverseeker-rs" }
// tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }
use ServerSeekerClient;
async