coreutils
CLI tools
A cross-platform Rust implementation of a set of command-line utilities.
Cross-platform Rust rewrite of the GNU coreutils
18k stars
193 watching
1k forks
Language: Rust
last commit: 4 days ago
Linked from 1 awesome list
busyboxcommand-line-toolcoreutilscross-platformgnu-coreutilsrust
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,800 |
sagiegurari/cargo-make | A tool that automates the build process for Rust projects | 2,597 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,182 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 2,984 |
juhaku/utoipa | Generates OpenAPI documentation from Rust API code | 2,474 |
killercup/cargo-edit | A utility for managing cargo dependencies from the command line. | 3,089 |
rustls/rustls | A modern, platform-independent TLS library written in Rust | 6,214 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 258 |
rust-windowing/winit | A cross-platform window creation and management library written in Rust. | 4,862 |
est31/cargo-udeps | Detects unused dependencies in Rust projects during compilation. | 1,745 |
rust-embedded/rust-raspberrypi-os-tutorials | A tutorial series for developing operating systems from scratch using Rust on ARMv8-A architecture | 13,693 |
ratatui/ratatui | A Rust crate for building terminal user interfaces | 10,774 |
rustpython/rustpython | A Python interpreter written in Rust, allowing execution of Python code on the target platform. | 19,183 |
theseus-os/theseus | An experimental operating system written in Rust to explore intralingual design principles and shift OS responsibilities into the compiler. | 2,912 |
tokio-rs/prost | A Rust implementation of Protocol Buffers for generating idiomatic and readable code from proto2 and proto3 files. | 3,937 |