servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

Replace (optional) use of smallvec with an in-tree version #128

Open jfkthame opened 4 months ago

jfkthame commented 4 months ago

As per https://github.com/servo/unicode-bidi/pull/127#pullrequestreview-1894465527. This doesn't need to be a comprehensive equivalent of smallvec / tinyvec, as only a minimal set of operations are required.