rodrimati1992 / abi_stable_crates

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

Fix inconsistencies with `RVec` in respect to `Vec` #77

Closed marioortizmanero closed 2 years ago

marioortizmanero commented 2 years ago

A few improvements I found while trying to fix strange lifetime errors. With this, RVec should be closer to Vec.

rodrimati1992 commented 2 years ago

Alright, merging this late.