No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
lastlink 533809e0ee lib ref hace 5 años
src lib ref hace 5 años
.editorconfig standards hace 5 años
.gitignore remove clap dep hace 5 años
Cargo.toml remove clap dep hace 5 años
LICENSE Initial commit hace 5 años
README.md clean parsing hace 5 años

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