Crates.io | bzfquery |
lib.rs | bzfquery |
version | 2.0.0 |
source | src |
created_at | 2021-01-25 18:50:47.528782 |
updated_at | 2024-08-21 00:49:59.788444 |
description | Rust version of bzfquery with no external dependencies. It can be used as a library or form the command line. |
homepage | https://github.com/BZFlagCommunity/bzfquery.rs |
repository | https://github.com/BZFlagCommunity/bzfquery.rs |
max_upload_size | |
id | 346580 |
size | 19,437 |
Rust version of bzfquery with no external dependencies. It can be used as a library or from the command line.
cargo install bzfquery
Usage: bzfquery host[:port]
use bzfquery::*;
let query = query("bzflag.allejo.io", 5130);
println!("{}", query);