JoNil / elf2uf2-rs

BSD Zero Clause License
81 stars 31 forks source link

Add write buffer #28

Closed orukusaki closed 9 months ago

orukusaki commented 10 months ago

Add BufWriter to speed up file writes. Also remove the flush() call, as there's no need, the buffer is flushed when it is dropped.

Fixes #27