msiemens / onenote.rs

A Rust OneNote file parser
Mozilla Public License 2.0
52 stars 16 forks source link

Add ability to parse section from in memory buffer #13

Open micahsnyder opened 11 months ago

micahsnyder commented 11 months ago

Resolves: https://github.com/msiemens/onenote.rs/issues/12

This is a rather simple solution I've made that gets the job done. Perhaps a better implementation would read from anything that implements the Reader trait. Like how it is done in the rust-delharc crate. But I think that would require more extensive changes to your Reader module.

micahsnyder commented 9 months ago

Er I meant to ping this one 🫢, not the github issue.

opoplawski commented 4 months ago

It would be very helpful for Fedora packaging if this was applied. Is this project still active, or should we consider the https://github.com/Cisco-Talos/onenote.rs fork as canonical now?