# Functions
NewFromFile creates a new offline registry abstraction from a file.
# Structs
OfflineKey wraps a regparser.CM_KEY_NODE to provide an implementation of the registry.Key interface.
OfflineRegistry wraps the regparser library to provide offline (from file) parsing of the Windows registry.
OfflineValue wraps a regparser.CM_KEY_VALUE to provide an implementation of the registry.Value interface.