Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 721 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 721 Bytes

ostree-oxide

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:

  1. ostree-repo - a rust library for working with ostree repos.
  2. ostree-fuse - a FUSE implementation allowing ostree commits to be mounted from bare-user ostree repositories.
  3. ostree-cmd - a limited command line interface mimicing ostree

Status

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.