4 releases (stable)
2.0.0 | Aug 21, 2024 |
---|---|
1.0.1 | Jan 25, 2021 |
0.1.0 | Jan 25, 2021 |
#1927 in Command line utilities
19KB
390 lines
bzfquery.rs
Rust version of bzfquery with no external dependencies. It can be used as a library or from the command line.
CLI
cargo install bzfquery
Usage: bzfquery host[:port]
Library
use bzfquery::*;
let query = query("bzflag.allejo.io", 5130);
println!("{}", query);