Become a sponsor to Jiahao XU
Thank you for sponsoring me!
I am a rust developer who loves to do open source contribution to the Rust ecosystem.
I am currently the maintainer of
- cargo-binstall, a drop-in replacement for cargo-install to install from pre-built binaries to avoid compilation time
- cargo-toml-workspace for loading Cargo.toml for specific crate from workspace
- detect-targets for discovering target triples supported by runtime environment
- leon for dead-simple string template
- cargo-quickinstall for building popular crates in GHA and provides pre-built binaries for them, available for cargo-binstall to use.
- ooenssh-sftp-client for a sftp client written in pure Rust and is now used in opendal.
- async-compression: Adaptors between compression crates and Rust's async IO types, it's used in extremely-popular crate reqwest
Your sponsorship would provide motivation for me to do more open source contribution at my free time for the crates I maintained and for other Rust crates which I used.
I might also use them to pay for better GHA runner for cargo-quickinstall should it become necessary for our users.
Featured work
-
Nullus157/async-compression
Adaptors between compression crates and Rust's async IO types
Rust 400 -
cargo-bins/cargo-quickinstall
pre-compiled binary packages for `cargo install`
Rust 218 -
cargo-bins/cargo-binstall
Binary installation for rust projects
Rust 1,591 -
openssh-rust/openssh-mux-client
Rust library to communicate with openssh-mux-server
Rust 8 -
openssh-rust/openssh-sftp-client
sftp v3 client implemented using pure rust
Rust 48 -
NobodyXu/concurrent_arena
Container that can have elements insert/removed concurrently and uses a 'u32' as key.
Rust 2