rust-cli/rexpect [rexpect] - automate interactive applications such as ssh, ftp, passwd, etc zhiburt/expectrl [expectrl] - A library for controlling interactive programs in a pseudo-terminal Progress a8m/pb [pbr] - console progress bar clitic/kdam [kdam] - A console progress bar lib...
SSH alexcrichton/ssh2-rs - libssh2 bindings Thrussh [thrussh] - an SSH library, backed by libsodium Stomp zslayton/stomp-rs - A STOMP 1.2 client implementation VPN defguard/wireguard-rs - A multi-platform library providing a unified high-level API for managing WireGuard interfaces using...
SSH alexcrichton/ssh2-rs— libssh2 bindings Thrussh— an SSH library written from scratch in Rust, backed by libsodium Stomp zslayton/stomp-rs— A STOMP 1.2 client implementation in Rust uTP meqif/rust-utp— A uTP (Micro Transport Protocol) library for Rust. ZeroMQ erickt/rust-...
Thrussh— an SSH library written from scratch in Rust, backed by libsodium Stomp zslayton/stomp-rs— A STOMP 1.2 client implementation in Rust adwhit/tokio-stomp— An async STOMP v1.1 client for Rust, using the Tokio stack. uTP meqif/rust-utp— A uTP (Micro Transport Protocol) library...
Rust代码和资源汇总 Rust代码和资源的整理清单,助您快速成为rust高手! tips:作者《Go Web编程实战派——从入门到精通》出版了,对于想学Go语言的朋友,欢迎京东当当购买!
SSH alexcrichton/ssh2-rs— libssh2 bindings Thrussh— an SSH library written from scratch in Rust, backed by libsodium Stomp zslayton/stomp-rs— A STOMP 1.2 client implementation in Rust uTP meqif/rust-utp— A uTP (Micro Transport Protocol) library for Rust. ZeroMQ erickt/rust-zmq—...
SSH alexcrichton/ssh2-rs— libssh2 bindings Thrussh [thrussh]— an SSH library written from scratch in Rust, backed by libsodium Stomp zslayton/stomp-rs— A STOMP 1.2 client implementation in Rust ZeroMQ erickt/rust-zmq— ZeroMQ bindings Parsing...
ss ss Update crate ssh2-config Dec 19, 2024 st st Update crate stream_resp Dec 19, 2024 su su Update crate surrealdb Dec 18, 2024 sv sv Update crate svd-vector-gen Dec 19, 2024 sw sw Update crate swc_core Dec 19, 2024 sx sx Update crate sx1262 Dec 18, 2024 sy sy Update crat...
SSH alexcrichton/ssh2-rs— libssh2 bindings Thrussh— an SSH library written from scratch in Rust, backed by libsodium Stomp zslayton/stomp-rs— A STOMP 1.2 client implementation in Rust uTP meqif/rust-utp— A uTP (Micro Transport Protocol) library for Rust. ZeroMQ erickt/rust-...
$ pkg-config --libs libssh2 -L/usr/local/Cellar/libssh2/1.8.0/lib -lssh2 git2-rs builds fine I export LIBGIT2_SYS_USE_PKG_CONFIG=1. However, it took me a bit of effort to investigate the failure and read the source code to learn that this option exists. Could you use pkg-confi...