PR #466 can serve as a great example on how to convert filters to not use alloc.
I think it's possible for
I think it would be possible for ↓, but Greek's sigma-rules would make it comparatively more difficult than other other filters:
I don't think it would be possible for trim, because there can be an unrestricted amount of whitespaces in between other characters.
I don't think it's possible for ↓, because format! simply needs alloc:
PR #466 can serve as a great example on how to convert filters to not use
alloc.I think it's possible for
linebreaks,paragraphbreaksandlinebreaksbronly needcore#486)I think it would be possible for ↓, but Greek's sigma-rules would make it comparatively more difficult than other other filters:
I don't think it would be possible for
trim, because there can be an unrestricted amount of whitespaces in between other characters.I don't think it's possible for ↓, because
format!simply needs alloc: