Keats / kickstart

A scaffolding tool to get new projects up and running quickly
MIT License
354 stars 24 forks source link

Add case conversion filters. #59

Closed atholbro closed 12 months ago

atholbro commented 2 years ago

Hey,

Here's a quick little PR to add heck. This adds a few more text conversion options:

Maybe required?

atholbro commented 2 years ago

Alright, it took me a while to get back to this but I've made the changes you've requested. The PR now depends on heck directly.

I put the filters in a new filters.rs file, happy to change the name or move them as I wasn't quite sure where you'd like these to live. I feel like there's probably a smarter way of defining these filter functions but I'm still new to rust so nothing really came to mind.

I also updated the README to include a bit about the additional filters.

atholbro commented 1 year ago

Hey, any thoughts on merging this one?

Keats commented 12 months ago

Woops sorry completely slipped my mind. I'll merge and do a release next week.