You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For use-cases like logos::Source, efficient access to raw bytes can be important. Would you be OK with adding a method like ropey::RopeSlice::chunk_at_byte? Not a feature request, just want to know your stance on expanding API in this direction.
The text was updated successfully, but these errors were encountered:
hi @flyingmutant , is it possible to use the logos::Source with lines or bytes related APIs from this crate? Or it's a must to use chunk related APIs to do it?
(Actually I'm comparing this crate with Ropey, and want to understand in what scenario we must use the chunk related APIs)
For use-cases like
logos::Source
, efficient access to raw bytes can be important. Would you be OK with adding a method likeropey::RopeSlice::chunk_at_byte
? Not a feature request, just want to know your stance on expanding API in this direction.The text was updated successfully, but these errors were encountered: