Hello,
I am implementing a tool that deals with case-insensitive programming languages (Ada in particular, but also a custom DSL from another company). I wonder whether you have given any thoughts as to supporting such a use case ?
Given a &str as read from the source code, with any casing, we should get the same ustr, preferably without requiring memory allocations except of course when this is a new string.
Thanks
Emmanuel
Hello,
I am implementing a tool that deals with case-insensitive programming languages (Ada in particular, but also a custom DSL from another company). I wonder whether you have given any thoughts as to supporting such a use case ?
Given a &str as read from the source code, with any casing, we should get the same ustr, preferably without requiring memory allocations except of course when this is a new string.
Thanks
Emmanuel