You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to get rid of unsafe {} blocks. I think the Rust community is too aggressive with unsafe {}. I know that it's impossible to avoid when working with C library.
I'm hoping to find time to start migrating to it, and clean up all the unsafe blocks in serde-yaml-ng. I'm happy to fix stuff on libyaml-safer if necessary. (this is why I'm pinging Simon on this issue :) )
The text was updated successfully, but these errors were encountered:
My goal is to get rid of
unsafe {}
blocks. I think the Rust community is too aggressive withunsafe {}
. I know that it's impossible to avoid when working with C library.However, I love the initiative from @simonask "libyaml-safer".
I'm hoping to find time to start migrating to it, and clean up all the unsafe blocks in
serde-yaml-ng
. I'm happy to fix stuff onlibyaml-safer
if necessary. (this is why I'm pinging Simon on this issue :) )The text was updated successfully, but these errors were encountered: