bzfquery 2.0.0

Rust version of bzfquery with no external dependencies. It can be used as a library or form the command line.
Documentation
  • Coverage
  • 0%
    0 out of 68 items documented0 out of 7 items with examples
  • Size
  • Source code size: 18.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • BZFlagCommunity/bzfquery.rs
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • The-Noah

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