prototty_file_storage 0.29.0

Implementation of prototty_storage::Storage backed by files.
Documentation
# prototty\_file\_storage

[![Version](https://img.shields.io/crates/v/prototty_file_storage.svg)](https://crates.io/crates/prototty_file_storage)
[![Documentation](https://docs.rs/prototty_file_storage/badge.svg)](https://docs.rs/prototty_file_storage)

An implementation of `prototty::Storage` where keys are paths relative to some directory,
and values are the contents of files at the corresponding paths.