AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
317 stars 23 forks source link

Implement some small fixes and find end position of match #131

Open itsjunetime opened 6 months ago

itsjunetime commented 6 months ago

@arijit79 here's the PR to get the final end position of a match within a string

This PR also fixes a few other things that clippy was complaining about, and switches a (String, bool) to Option<String> to avoid an allocation