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 година
src lib ref пре 5 година
.editorconfig standards пре 5 година
.gitignore remove clap dep пре 5 година
Cargo.toml remove clap dep пре 5 година
LICENSE Initial commit пре 5 година
README.md clean parsing пре 5 година

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