rust-secure-code / safety-dance

Auditing crates for unsafe code which can be safely replaced
Apache License 2.0
536 stars 10 forks source link

Update README re #1 #77

Closed 8573 closed 2 years ago

8573 commented 2 years ago

Update the README re https://github.com/rust-secure-code/safety-dance/issues/1#issuecomment-1078682944.

Shnatsel commented 2 years ago

Thanks!

Actually, RLE decoding is also uplifted to stdlib with Vec::extend_from_within, so it can be made 100% safe outside of stdlib.