Open
Description
Please consider decoupling of parsing from IO operations. I wanted to use your crate, but noticed that it doesn't provide loading of obj/mtl from &str or byte array. For my current project I cannot use regular file IO.
Maybe in addition to the load_X functions there could be read_X functions that are free of IO.