blob: 9c02bcca2735ca92381746ad2cece106c79d6e7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Welcome to extfs's documentation!
=================================
|project_name| is a simple, pure C++ implementation of the ext* family of file
systems. It provides a simple API to inspect, traverse and modify ext2/3/4
file systems. |project_name| is designed to be included directly in the build
process of other projects, that why no binary builds are provided.
User documentation
------------------
.. toctree::
:maxdepth: 2
api/index
internal/index
|