Table of Contents↗️

init-rs

Use the world's best Cargo to install software, bypassing GitHub.

crates.io version crates.io version build status say thanks
--- When using GitHub to download open source software in some areas of Blue Planet, it may fail due to poor network quality. This project aims to install these software through cargo. Use the rust registry to improve network quality. ## Feature flags | Name | Description | Version | Default? | |:------:|:-------------------------------------------------------------:|:-------:|:--------:| | just | πŸ€– Just a command runner | 1.23.0 | βœ”οΈ | | fd | πŸ“‚ A simple, fast and user-friendly alternative to 'find' | 9.0.0 | ❌ | | lll | πŸ“œ A better `ls` with more usage information | 1.0.0 | ❌ | | tcping | 🌐 A TCP ping utility to determine reachability of a TCP port | 0.3.0 | ❌ | ## Installation ### install rust ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` or ```shell export RUSTUP_DIST_SERVER="https://rsproxy.cn" export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup" curl --proto '=https' --tlsv1.2 -sSf https://rsproxy.cn/rustup-init.sh | sh ``` ### set registry ```shell cat <