Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(c-api) Transmute boxed vecs to
Vec<Option<Box<T>>>
when deleting.
It's a safer way to handle partially uninitialized boxed vector, since it protects against based deletion for every item.
- Loading branch information