text_magic 0.1.0

A library for string manipulation, including reversing strings and checking if strings are palindromes.
Documentation
[dependencies]

[lib]
name = "text_magic"
path = "src/lib.rs"

[package]
authors = ["Priyanka Yadav"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for string manipulation, including reversing strings and checking if strings are palindromes."
edition = "2021"
license = "MIT"
name = "text_magic"
readme = false
version = "0.1.0"