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:
Andrew Wheeler(Genusis) 2022-11-14 13:05:34 -05:00 committed by GitHub
parent b253800383
commit 271ca5cf7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 98 deletions

View file

@ -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"