bzfquery

Crates.iobzfquery
lib.rsbzfquery
version2.0.0
sourcesrc
created_at2021-01-25 18:50:47.528782
updated_at2024-08-21 00:49:59.788444
descriptionRust version of bzfquery with no external dependencies. It can be used as a library or form the command line.
homepagehttps://github.com/BZFlagCommunity/bzfquery.rs
repositoryhttps://github.com/BZFlagCommunity/bzfquery.rs
max_upload_size
id346580
size19,437
Noah Dunbar (The-Noah)

documentation

https://docs.rs/bzfquery

README

bzfquery.rs

Crates.io GitHub release GitHub license CI Docs

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);
Commit count: 18

cargo fmt