issues
search
meilisearch
/
grenad
Tools to sort, merge, write, and read immutable key-value pairs :tomato:
https://docs.rs/grenad
MIT License
25
stars
3
forks
source link
Various Improvements
#55
Open
Kerollmops
opened
3 months ago
Kerollmops
commented
3 months ago
This PR implements various quality-of-life improvements:
[x] Implement Debug on the Sorter.
[x] Introduce a custom
Result
type
[x] Make the MergeFunction a trait
[ ] Move it into it's own module.
[ ] Rename it to something else (optional)
[ ] Make it unsized (only a type, not a struct)
[ ] Implement it on the fn type (optional)
This PR implements various quality-of-life improvements:
Result
type