doga-reverse-string 0.1.0

A string reversal package written for educational purposes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "doga-reverse-string"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A string reversal package written for educational purposes."
homepage = "https://github.com/dogafincan"
repository = "https://github.com/dogafincan/rust-reverse-string/"
readme = "README.md"
keywords = ["string", "reverse"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
unicode-segmentation = "1.9.0"