scorpion / cli

Command line interface for the scorpion project written in rust.

Home Page:https://crates.io/crates/scorpion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scorpion Logo

Rust Crates.io GitHub

Command line interface for the scorpion.io project written in Rust.

cargo install scorpion

Rust

Rust is a multi-paradigm programming language focused on performance and safety, especially safe concurrency. Rust is syntactically similar to C++, and provides memory safety without using garbage collection.

We recommend starting with the The Rust Programming Language

CLI Tutorial

https://rust-cli.github.io/book/tutorial/index.html

Crates

Cargo is the Rust package manager. Cargo downloads your Rust package’s dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io, the Rust community’s package registry.

For more information, please see the official crates.io scopion package.

About

Command line interface for the scorpion project written in rust.

https://crates.io/crates/scorpion

License:Apache License 2.0


Languages

Language:Rust 66.8%Language:Dockerfile 33.2%