Bug 483739 - Establish style guidelines for storage
This adds style.txt to storage/ that indicates how new code should be styled.
Reviewers are expected to enforce this!
r=asuth
This directory contains code for a simple archive file format, which
is documented at http://wiki.mozilla.org/Software_Update:MAR
The src directory builds a small static library used to create, read, and
extract an archive file. The tool directory builds a command line utility
around the library.