您最多能選擇 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