reverse_tool 0.1.0

A CLI tool to reverse a string.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
"# Reverse Tool" 

A CLI tool to reverse a string

Installation

To install the 'reverse_tool' crate, add it to your 'Cargo.toml'

Use

To use this crate you need to use the command "reverse"
	Example:
		cargo run --bin "path/to/your/directory" -- reverse "Your_string"