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