helix/helix-stdx
Michael Davis 23b424a46d
stdx: Add floor/ceil char boundary functions to RopeSliceExt
These functions mimic `str::floor_char_boundary` and
`str::floor_char_boundary` (currently unstable under
`round_char_boundary`). They're useful for correcting a byte index
which may not lie on a character boundary. For example you might limit
a search within a slice to some fixed number of bytes. The fixed number
might not lie on a boundary though so it needs to be corrected to
either the earlier (floor) or later (ceil) boundary.
2025-01-26 11:10:24 -05:00
..
src stdx: Add floor/ceil char boundary functions to RopeSliceExt 2025-01-26 11:10:24 -05:00
tests Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
Cargo.toml Use a workspace dependency for bitflags 2025-01-13 18:26:31 -05:00