rodrimati1992 / abi_stable_crates

Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.
Apache License 2.0
528 stars 30 forks source link

Implement `RVec::append` #70

Closed marioortizmanero closed 2 years ago

marioortizmanero commented 2 years ago

Implementation taken from the standard library: https://doc.rust-lang.org/src/alloc/vec/mod.rs.html#1747

rodrimati1992 commented 2 years ago

Looks correct, but I'll write some tests for it to cover the unsafe code.