revstr 1.0.2

Simply reverses strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.clap]
features = ["derive"]
version = "4.2.7"

[package]
authors = ["Audun Hammer Hovda <hammerhovda@gmail.com>"]
description = "Simply reverses strings"
documentation = "https://github.com/audunhov/revstr"
edition = "2021"
homepage = "https://github.com/audunhov/revstr"
license = "MIT OR Apache-2.0"
name = "revstr"
readme = "README.md"
repository = "https://github.com/audunhov/revstr"
version = "1.0.2"