servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
78 stars 33 forks source link

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

Open jfkthame opened 8 months ago

jfkthame commented 8 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.