crowdagger / epub-builder

A Rust library for generating EPUB files
Mozilla Public License 2.0
135 stars 45 forks source link

Add async read + write #44

Open LuMiSxh opened 10 months ago

LuMiSxh commented 10 months ago

Hey, I'm creating multiple ePubs at once and thought about using async rust for file I/O but realized that this crate doesn't support async read and write.

Would it even be feasible sense to add that?

If so, I'd try implementing it myself.