#command-line #networking #command-line-tool #external #version #language #bzflag

bin+lib bzfquery

Rust version of bzfquery with no external dependencies. It can be used as a library or form the command line.

4 releases (stable)

2.0.0 Aug 21, 2024
1.0.1 Jan 25, 2021
0.1.0 Jan 25, 2021

#2204 in Command line utilities

Download history 5/week @ 2024-09-19 6/week @ 2024-09-26 5/week @ 2024-10-10 3/week @ 2024-10-17 4/week @ 2024-10-31 3/week @ 2024-11-07

191 downloads per month

Custom license

19KB
390 lines

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);

No runtime deps

Features