sclient.rust/README.md

14 lines
367 B
Markdown
Raw Normal View History

2019-05-08 04:57:51 +00:00
# sclient.rust
2019-06-14 01:29:11 +00:00
compare https://git.rootprojects.org/root/sclient.go/src/branch/master
## getting started
2019-06-14 01:40:37 +00:00
* run directly
* `cargo run -- -servername example -k example.com 3000`
* `cargo run test`
* `cargo run -- --help`
* build
* `cargo build`
* `target/debug/sclient --help` run from build
* `.\target\debug\sclient.exe --help` windows cmd