Linux

catimg: Image printing in the terminal

The "catimg" tool is a command-line utility that allows you to print and display images directly in the terminal. It…

carp: REPL and build tool for Carp

Carp is a programming language that combines the performance and low-level control of systems programming with the expressiveness and safety…

cargo: Manage Rust projects and their module dependencies (crates)

"Cargo" is the package manager and build system for the Rust programming language. It is a command-line tool that helps…

cargo test: Execute the unit and integration tests of a Rust package

The "cargo test" command is a tool in the Rust programming language that allows developers to execute the unit and…

cargo rustc: Compile a Rust package, and pass extra options to the compiler

The "cargo rustc" command is a tool in the Rust programming language that allows developers to compile a Rust package…

cargo doc: Build and view Rust package documentation offline

"cargo doc" is a command-line tool in the Rust programming language that allows developers to build and view offline documentation…

cargo clippy: A collection of lints to catch common mistakes and improve your Rust code

"cargo clippy" is a tool in the Rust programming language that provides a collection of lints (static analysis rules) to…

cargo build: Compile a local package and all of its dependencies

The "cargo build" command is a fundamental tool in Rust programming used to compile a local package and all its…

cargo add: Add dependencies to a Rust project’s Cargo.toml file

"cargo add" is a command-line tool used in Rust programming to simplify the process of adding dependencies to a Rust…

carbon-now: Create beautiful images of code

"carbon-now" is a tool that allows users to create visually appealing images of code snippets. It is designed to enhance…