image
image copied to clipboard
Nostd support?
It seems like this library requires std. Is there support for or plans for supporting compilation without the standard library?
No, nothing concrete. There is too much usage std::io, file system, allocation for this to be feasible. Maybe some of the dependencies can do this.