cassaundra / wildflower

Efficient wildcard matching against strings
MIT License
13 stars 2 forks source link

Add serde feature #12

Open wspeirs opened 1 year ago

wspeirs commented 1 year ago
hoijui commented 9 months ago

I came here to suggest the same!

I am currently using wildmatch, and am looking for alternatives because it too does not support this. glob neither supports serde.

Serde support is important for me, because I use glob patterns in my config, and that config can be loaded and saved to a file, using serde. I bet that is something that many clients of glob libraries will want to do.

cassaundra commented 5 months ago

Catching up on backlog here. Happy to merge this with the changes suggested, looks like I'm able to push them, but will wait just in case OP would like to