blend2d-rs icon indicating copy to clipboard operation
blend2d-rs copied to clipboard

Integrate std::fs

Open Veykril opened this issue 6 years ago • 0 comments

Currently most things that can make use of I/O do so through the C side of blend2d. It would be nice if these things could also maybe offer an api that allows to pass Read/Write instances and similar things for example. Maybe it would be beneficial to also wrap the BLFileCore struct to allow I/O stuff to be used in a more idiomatic manner.

Veykril avatar May 20 '19 19:05 Veykril