progitoor 0.1.0

progitoor is an overlay filesystem that stores ownership and other file metadata in a text database and presents that view to processes running as root, while the actual files are user-owned and can be versioned in git.
Documentation
// Copyright 2021 Edwin Peer and Simeon Miteff

#![doc(html_logo_url = "https://simeonmiteff.com/progitoor/logo_small_square.png")]
#![doc = include_str!("../README.md")]

pub mod filesystem;
pub mod metadata;