Meta Logo

![Crates.io](https://img.shields.io/crates/v/scorpion) ![Rust](https://github.com/scorpion/cli/workflows/Rust/badge.svg) Command line interface for the [scorpion.io](https://scorpion.io) project written in [rust](https://www.rust-lang.org). Please see the [GitHub project page](https://github.com/scorpion/cli) for more information. ## 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](https://doc.rust-lang.org/book/) ### CLI Tutorial ## 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](https://crates.io), the Rust community’s package registry. For more information, please see the official [crates.io scopion package](https://crates.io/crates/scorpion). [link1]: https://github.com/scorpion