···1515end
1616```
17171818-Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
1919-and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
2020-be found at <https://hexdocs.pm/mst>.
2121-1818+Documentation can be generated with
1919+[ExDoc](https://github.com/elixir-lang/ex_doc) and published on
2020+[HexDocs](https://hexdocs.pm). Once published, the docs can be found at
2121+<https://hexdocs.pm/mst>.
···11+MIT License
22+33+Copyright (c) 2024 David Buchanan
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
+14
test/fixtures/mst-test-suite/README.md
···11+# mst-test-suite
22+33+Test suite for [atproto-flavour](https://atproto.com/specs/repository) merkle
44+search tree ops.
55+66+Install [`uv`](https://docs.astral.sh/uv/), run `uv sync`, and then run
77+`uv run ./scripts/generate_exhaustive_cars.py` to generate the fixtures for the
88+test suite.
99+1010+Copied from
1111+[DavidBuchanan314/mst-test-suite](https://github.com/DavidBuchanan314/mst-test-suite)
1212+in order to comprehensively test MST functionality.
1313+1414+mst-test-suite is licensed under the [MIT License](./LICENSE).