Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
lastlink 533809e0ee lib ref il y a 5 ans
src lib ref il y a 5 ans
.editorconfig standards il y a 5 ans
.gitignore remove clap dep il y a 5 ans
Cargo.toml remove clap dep il y a 5 ans
LICENSE Initial commit il y a 5 ans
README.md clean parsing il y a 5 ans

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