mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.83k stars 154 forks source link

irmin-pack.unix: Expose dispatcher in the `Internal` module. #2249

Closed adatario closed 1 year ago

adatario commented 1 year ago

This is useful for traversing the store with external tooling.

Exposing this migh reduce the number of functors that need to be manually created in tools such as the tezos-explorer. cc @clecat