Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
lastlink 533809e0ee lib ref há 5 anos
src lib ref há 5 anos
.editorconfig standards há 5 anos
.gitignore remove clap dep há 5 anos
Cargo.toml remove clap dep há 5 anos
LICENSE Initial commit há 5 anos
README.md clean parsing há 5 anos

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