hfiguiere / leftpad-rs

leftpad, in rust.
BSD 2-Clause "Simplified" License
17 stars 7 forks source link

The functions could return a `Cow` #11

Open mzabaluev opened 6 years ago

mzabaluev commented 6 years ago

As an optimization for the case when the slice length is not less than the padded size, the original slice could be returned in a Cow::Borrowed.

Changing the return type would be a breaking change, so if you have an established base of developers depending on your crate with leftpad = "*" and you don't want to upset them, a couple of functions could be added alongside: