blend2d-rs
blend2d-rs copied to clipboard
Integrate std::fs
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.