text_magic 0.1.0

A library for string manipulation, including reversing strings and checking if strings are palindromes.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "text_magic"
version = "0.1.0"
authors = ["Priyanka Yadav"]
description = "A library for string manipulation, including reversing strings and checking if strings are palindromes."
license = "MIT"
edition = "2021"

[dependencies]