ole 0.1.2

Simple parser and reader for Microsoft Compound Document File.
Documentation

OLE

A simple parser and reader for Microsoft Compound Document File.

This includes a basic parser, which validates the format of a given file or a given stream. It includes a reader too, for iterating over entries and for extracting files inside the OLE storage.

Usage

Add this to your Cargo.toml:

[dependencies]
ole = "0.1.2"

and this to your crate root:

extern crate ole;

Releases

Release notes are available in RELEASES.md.

Compatibility

ole seems to work for rust 1.9 and greater.

License

http://www.wtfpl.net/about/