Skip to content

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

License

Notifications You must be signed in to change notification settings

BZFlagCommunity/bzfquery.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages