Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
lastlink 533809e0ee lib ref 5 anni fa
src lib ref 5 anni fa
.editorconfig standards 5 anni fa
.gitignore remove clap dep 5 anni fa
Cargo.toml remove clap dep 5 anni fa
LICENSE Initial commit 5 anni fa
README.md clean parsing 5 anni fa

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