Is memory-safe IO possible?

Chris Wright via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 21 19:55:17 PST 2016


I want everything I do to be memory-safe insofar as possible. One of the 
things I'm doing is communicating to REST services using std.net.curl. 
std.net.curl isn't marked @safe or @trusted.

Is it possible to have properly memory-safe IO?


More information about the Digitalmars-d-learn mailing list