/palindrome-rs

A simple palindrome function in pure Rust Iterators

Primary LanguageRustMIT LicenseMIT

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.