Crate rsure [] [src]

Modules

bk

Use bitkeeper to manage multiple versions of surefiles.

Structs

Error
PrintVisitor

A visitor that just prints out the changes, textually, to a given writer.

Progress
SureTree

Represents a single directory entity. The String values (name, or att properties) are Escape encoded, when they represent a name in the filesystem.

Enums

CompareAction
CompareType
ErrorKind

Traits

ChainErr
CompareVisitor
SureHash
TreeCompare
TreeUpdate

Functions

no_path

Until feature default_type_parameter_fallback comes into stable, this function will return a None appropriately typed for update above.

scan_fs
show_tree
stderr_visitor

A PrintVisitor that prints the names to the standard error.

stdout_visitor

A PrintVisitor that prints the names to the standard output.

update

Perform an update scan, using the information in 'src' to possibly reduce the hash effort needed when scanning 'dir'. If 'src' is None, consider this a fresh scan, and hash all files.

Type Definitions

Result