reverse_tool 0.1.0

A CLI tool to reverse a string.
Documentation
  • Coverage
  • 50%
    2 out of 4 items documented0 out of 2 items with examples
  • Size
  • Source code size: 2.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 371.96 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Blasberg15-hue

"# 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"