blackgear / rustdoc_seeker

rustdoc-seeker parse the `search-index.js` generated by `rustdoc` and provide fast searching ability
MIT License
5 stars 4 forks source link

Maybe use BTreeSet in RustDoc #3

Closed upsuper closed 5 years ago

upsuper commented 5 years ago

So that you don't need to convert the set into a vec just for sorting it.