Y
Hacker News
new
|
ask
|
show
|
jobs
by
eptcyka
944 days ago
There is no safe way to access the environment, even if you mark this API unsafe, what are you going to do?
1 comments
bbatha
944 days ago
You can safely access the environment so long as you use the rust apis and don't have unsafe code that calls `setenv` without synchronization.
link