Skip to content

scorpion/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.