Shell Rust

Open-source Shell projects categorized as Rust

Top 23 Shell Rust Projects

  • redox

    Mirror of https://gitlab.redox-os.org/redox-os/redox

    Project mention: Fomos: Experimental OS, Built with Rust | news.ycombinator.com | 2023-08-29

    Redox is another full fledged OS written in rust by Pop OS developer

    https://github.com/redox-os/redox

  • TabNine

    AI Code Completions

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • rust-cross

    Everything you need to know about cross compiling Rust programs!

    Project mention: Anything C can do Rust can do Better | dev.to | 2022-12-01

    rust-cross, Everything you need to know about cross compiling Rust programs! - Jorge Aparicio

  • trust

    Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows

  • rust-musl-cross

    Docker images for compiling static Rust binaries using musl-cross

    Project mention: How do I cross compile for Rasperry Pi 64 bit on Windows? | /r/learnrust | 2023-02-11
  • fzf-tab-completion

    Tab completion using fzf

    Project mention: How can i achieve this zsh expansion? | /r/zsh | 2023-04-26

    You might have better luck with finding the answer if you file an issue at https://github.com/lincheney/fzf-tab-completion. Few here are using https://github.com/lincheney/fzf-tab-completion (https://github.com/Aloxaf/fzf-tab is a much more popular alternative among zsh users).

  • docker-dev

    Container images for portable development environments

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • wasm-extension-template

    An easy-to-use template for Rust web extensions. The Rust code is compiled to WASM and ran as a content script.

  • upload-rust-binary-action

    GitHub Action for building and uploading Rust binary to GitHub Releases.

    Project mention: Show HN: SpaceBadgers – Free and Libre SVG Badges | news.ycombinator.com | 2023-05-21

    I managed to fork the repository, set up rust and vscode, and run the CLI. Very cool stuff! I am not a Rust developer, though, so this is a pretty big barrier to entry for me to use the library. If you'd like to make it easier for people to run the code themselves, here's my recommendations:

    - Add clear instructions for building/running the code, assuming the developer is already familiar with Cargo. (clone the repo, cd into it, run 'cargo run -- --label Foo --status Bar --color green` like you mentioned in your other comment)

    - Add a github action workflow that builds+uploads the binaries as a Github Release, maybe using something like https://github.com/taiki-e/upload-rust-binary-action (I haven't used this but found it with some googling and it looks reasonable)

    No need to do either of these things, just my recommendation. Thanks again for releasing such a cool project, very nice work, and best of luck!

  • rust

    Project mention: Any cloudbased IDE with code-complete feature ? | /r/rust | 2023-06-30
  • cargo-deny-action

    ❌ GitHub Action for cargo-deny 🦀

    Project mention: actions-rs Github Actions need more maintainers!!! OR to be replaced | /r/rust | 2022-11-21

    For auditing Im using https://github.com/EmbarkStudios/cargo-deny-action

  • crypteia

    🧱🔐 Rust Lambda Extension for any Runtime/Container to preload Secure Environment Variables!

  • tcp-proxy

    A TCP proxy in 30 lines of Rust.

  • rust-kernel-barebones

    A minimal 64-bit rust kernel and a bunch of configuration scripts that can be used to bootstrap Operating system development using Nightly-Rust compiler.

  • game-images

    Docker images for several game servers.

  • k8s-WASM-demo

    PoC created to measure the performance provided by WASM

    Project mention: HTTP networking benchmark shows Rust in WasmEdge outperforms Rust in Linux container by 10x | /r/cncfprojects | 2022-12-28
  • iox-community

    Community InfluxDB 3.0 "IOx" static builds + containers + Examples for Developers & Integrators. Experiment with low-cost storage, unlimited cardinality and flight sql today!

    Project mention: InfluxDB 3.0 Infinite Observability with qryn-iox | news.ycombinator.com | 2023-09-17

    Watch out for the AGPL minio <https://github.com/metrico/iox-community/blob/155a14bb5e8e32...> the almost certainly AGPL grafana <https://github.com/grafana/grafana/blob/v10.1.1/LICENSE> and always eye anyone who uses :latest images with healthy suspicion

    That said, influx_iox itself appears to be Apache 2 (and/or MIT?) https://github.com/influxdata/influxdb_iox/blob/main/LICENSE...

  • clippy-dirty

    `cargo clippy`, but only for the files / lines you've just modified

  • termux-dev-setup

    Termux Development Environment Setup

    Project mention: Termux Development Setup - Automate your development environment setup | /r/termux | 2023-06-03

    Link to the Termux Development Setup GitHub repository

  • TokenCrypt

    Compress, encrypt, archive. Easy and secure..

  • rcov

    Get coverage report of cargo project

  • minimal_uefi

    A minimal Rust project to get started with UEFI

  • garust-debian

    GitHub Action to run Rust binary on Debian Bulls Eye using SSH rsync.

    Project mention: GitHub Action to run Rust binary on Debian | /r/rust | 2023-04-29
  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-09-17.

Shell Rust related posts

Index

What are some of the best open-source Rust projects in Shell? This list will help you:

Project Stars
1 redox 14,606
2 TabNine 10,185
3 rust-cross 2,394
4 trust 1,212
5 rust-musl-cross 492
6 fzf-tab-completion 437
7 docker-dev 166
8 wasm-extension-template 153
9 upload-rust-binary-action 134
10 rust 125
11 cargo-deny-action 94
12 crypteia 57
13 tcp-proxy 47
14 rust-kernel-barebones 44
15 game-images 34
16 k8s-WASM-demo 19
17 iox-community 19
18 clippy-dirty 18
19 termux-dev-setup 10
20 TokenCrypt 6
21 rcov 2
22 minimal_uefi 2
23 garust-debian 2
Tired of breaking your main and manually rebasing outdated pull requests?
Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
blog.mergify.com