chawyehsu / filenamify-rs

Convert a string to a valid filename
https://docs.rs/filenamify
Apache License 2.0
3 stars 2 forks source link

fix: Cache the `Regex` and fix documentation #1

Closed Jujumba closed 2 months ago

chawyehsu commented 2 months ago

thanks, will review it later today.

Jujumba commented 2 months ago

@chawyehsu

Do you mind if I also change the description of the crate? As for me, a valid safe filename sounds a bit awkward

chawyehsu commented 2 months ago

@chawyehsu

Do you mind if I also change the description of the crate? As for me, a valid safe filename sounds a bit awkward

Yeah why not, will update it after we get this PR merged.

Jujumba commented 2 months ago

I think we're done

@chawyehsu

chawyehsu commented 2 months ago

Thank you!