Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 913 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 913 Bytes

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