Go to file
lastlink 533809e0ee lib ref 2019-08-08 19:41:20 -04:00
src lib ref 2019-08-08 19:41:20 -04:00
.editorconfig standards 2019-05-09 20:41:32 -04:00
.gitignore remove clap dep 2019-06-13 21:29:11 -04:00
Cargo.toml remove clap dep 2019-06-13 21:29:11 -04:00
LICENSE Initial commit 2019-05-08 04:57:51 +00:00
README.md clean parsing 2019-06-13 21:40:37 -04:00

README.md

sclient.rust

compare https://git.rootprojects.org/root/sclient.go/src/branch/master

getting started

  • 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