rockscrew

Crates.iorockscrew
lib.rsrockscrew
version
sourcesrc
created_at2024-01-15 11:43:33.806683
updated_at2024-11-27 17:20:49.412874
descriptionPort of corkscrew in Rust
homepagehttps://github.com/Berrysoft/rockscrew
repositoryhttps://github.com/Berrysoft/rockscrew
max_upload_size
id1100256
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
王宇逸 (Berrysoft)

documentation

README

rockscrew

Port of corkscrew in Rust, inspired by corkscrew-rs.

Installation

$ cargo install rockscrew

Usage with SSH

In your ~/.ssh/config:

ProxyCommand rockscrew proxy.example.com 80 %h %p ~/.ssh/myauth
Commit count: 30

cargo fmt