Metadata-Version: 2.3
Name: RusticFS
Version: 0.1.5
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: cffi
Summary: A Rustic mockup File System running on top of a real file system
Author: Tosic.Killer <emil.schutt@gmail.com>
Author-email: Tosic.Killer <emil.schutt@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Rustic File System
This is a simple file system written in Rust. It is a learning project and is not intended for production use.

See the [building](https://github.com/retrokiller543/os_lab3_rust/blob/08027b344725083c86ddc1594ad568a24168ca71/file_system/building.md) guide for information
on building the library. 

or see an example
of how to use the python library in the [example](https://github.com/retrokiller543/os_lab3_rust/tree/08027b344725083c86ddc1594ad568a24168ca71/file_system/Example) directory.

