Go to file
lastlink 6dad6f1e5f clean file 2024-07-23 10:05:52 -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 clean file 2024-07-23 10:05:52 -04:00
LICENSE Initial commit 2019-05-08 04:57:51 +00:00
README.md bump change 2024-07-23 10:02:21 -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