Converted attr range to use RangeMap BTree (#41)
* Converted attr range to use RangeMap BTree * Change get_span() to use First index instead of range. * update doc comment
This commit is contained in:
parent
b253800383
commit
271ca5cf7a
3 changed files with 43 additions and 98 deletions
|
|
@ -20,6 +20,7 @@ sys-locale = { version = "0.2", optional = true }
|
|||
unicode-linebreak = "0.1"
|
||||
unicode-script = "0.5"
|
||||
unicode-segmentation = "1.7"
|
||||
rangemap = "1.1.0"
|
||||
|
||||
[dependencies.unicode-bidi]
|
||||
version = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue