linebender / linebender/parley
Consider using the `unicode-bidi` crate for the Unicode bidirectional algorithm
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 736
- Forks
- 120
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 53
Description
https://github.com/servo/unicode-bidi
This crate is widely used across the Rust ecosystem including by Gecko, Servo, and the url crate. I believe it could be used to replace most of the code in https://github.com/linebender/parley/blob/main/parley/src/bidi.rs
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading parley/src/bidi.rs and the unicode-bidi crate linked in the issue. Compare the existing bidirectional-text implementation with the crate's API and identify which code can be replaced. Done means a scoped decision and, if adopted, a working replacement that preserves existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- internationalization
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100