onenote_parser 2.0.0

A parser for Microsoft OneNoteĀ® files
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod exguid;
mod file_chunk_reference;
mod object_declaration_with_ref_count_body;
mod object_space_object_stream_header;

pub(crate) use file_chunk_reference::{
    FileChunkReference, FileChunkReference32, FileChunkReference64, FileChunkReference64x32,
};

pub(crate) use object_declaration_with_ref_count_body::ObjectDeclarationWithRefCountBody;