←back to thread

291 points love2read | 1 comments | | HN request time: 0.203s | source
1. p0w3n3d ◴[] No.42478644[source]
I wonder, if a C library is working (i.e. is not formally proven to be not having problems, but works in most ways) why shouldn't we translate it using rust unsafe? I would say there is a value in it as rust lacks of libraries generally. And this would not be different from using a dll/so that was written in c and can be unsafe in some circumstances after all