dwuertz
dwuertz
I'm looking for an alternative for https://doc.rust-lang.org/std/io/trait.Read.html#method.read_to_string that works with `SmallString`. So far I haven't found any solutions that doesn't involve additional copies or allocs. I believe an API enhancement...
Only move cursor index to end of buffer when focus is gained
If key and value in OPTIONS lines are separated by more than a single space, the remaining whitespace is currently included in the OPTION_KEY, apparently causing the setting to be...