fish-shell/fish-rust
Fabian Boehm 0d6c6b2c8a Check MB_CUR_MAX() outside of loop
This is more correct - we don't want to change how we encode this
string in the middle of encoding it, and also happens to be a bit
faster in my benchmarks because this is actually a function call
according to valgrind.
2024-01-07 20:48:47 +01:00
..
src Check MB_CUR_MAX() outside of loop 2024-01-07 20:48:47 +01:00
widestring-suffix Move edition and MSRV to workspace 2023-08-19 15:18:38 +02:00
build.rs Remove ffi_init 2024-01-07 14:37:35 +01:00