#site #parser #forms #ole #mode

ms-oforms

Parser and Datastructures for [MS-OFORMS]

3 releases (breaking)

0.3.0-alpha1 Jul 12, 2019
0.2.0 May 23, 2019
0.1.0 May 22, 2019

28 downloads per month

MIT license

75KB
1K SLoC

MS-OFORMS in Rust

The source code of this software is published under the MIT license, the actual format and used technologies should be covered by the Microsoft Open Specification Promise.


lib.rs:

MS-OFORMS Implementation

This project aims to be a rust-native implementation of MS-OFORMS as covered by the Microsoft open specification promise. As this format is pretty deeply integrated in the COM/OLE/ActiveX architecture, expect some very generic types to be declared here at first and moved out into other crates eventually, before reaching 1.0.

This crate is not made to be binary compatible with the COM-ABI on windows systems, but to get access to the contained data on any platform.

Dependencies

~5MB
~94K SLoC