11 lines
No EOL
606 B
Markdown
11 lines
No EOL
606 B
Markdown
# stitcher
|
|
|
|
A toy implementation of the [stitched ordering](https://codeberg.org/andybalaam/stitched-order/) algorithm.
|
|
|
|
## Tests
|
|
|
|
The algorithm implemented here passes all of the tests provided in the stitched ordering repository. Run the test suite with `cargo test`. By default the order will be stored in memory, but a backend which uses the [fjall](https://docs.rs/fjall/latest/fjall/) KV database may be enabled with the `-F fjall` flag.
|
|
|
|
## REPL
|
|
|
|
This repository includes an example REPL which may be used to experiment with the ordering algorithm hands-on. Start it with `cargo run --example repl`. |