Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 351 Bytes

A simple palindrome function

This is a basic palindrome function. I wrote it because I thought it would be fun to explore writing this with Rust iterators.

Enjoy and let me know if there are any improvements that could be made.

p.s. this article inspired me.