Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

More flexible construction #24

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

Rather than having WordFilterBuilder take only slices of &strs, we could instead have it take any type that implements IntoIterator with values that implement AsRef<str>.

An example is std::process::Command::args.