選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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