You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lastlink 533809e0ee lib ref 5 years ago
src lib ref 5 years ago
.editorconfig standards 5 years ago
.gitignore remove clap dep 5 years ago
Cargo.toml remove clap dep 5 years ago
LICENSE Initial commit 5 years ago
README.md clean parsing 5 years ago

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