wiithon.fst

The file system table of a partition: the tree of directories and files, and its serialisation back to disc.

Modules

wiithon.fst.tree module

The FST itself: reading, writing and lookup.

wiithon.fst.node module

Nodes of the tree: the abstract node, files and directories.

wiithon.fst.operations module

Finding, adding and removing a node by path.

wiithon.fst.serializer module

Turns a tree back into the flat node array and string table stored on disc.

wiithon.fst.raw_node module

The 12-byte on-disc representation of a node.