Module tc_transact::fs[][src]

Transactional filesystem traits and data structures. Unstable.

Traits

Block

A transactional filesystem block.

BlockData

The contents of a Block.

Dir

A transactional directory

File

A transactional file.

Persist

Defines how to load a persistent data structure from the filesystem.

Store

A transactional persistent data store.

Type Definitions

BlockId

An alias for Id used for code clarity.