A pure-rust implementation of tools for reading ostree repositories. It does not link to or use libostree, but implements the ostree on-disk format.
It consists of:
- ostree-repo - a rust library for working with ostree repos.
- ostree-fuse - a FUSE implementation allowing ostree commits to be mounted from bare-user ostree repositories.
- ostree-cmd - a limited command line interface mimicing
ostree
This is an experimental proof of concept made for its own sake. There is currently no stable API, little documentation and very few tests. This may change in the future, but have no expectation that it will.