dtolnay / cxx

Safe interop between Rust and C++
https://cxx.rs
Apache License 2.0
5.68k stars 322 forks source link

Add custom deleter support to UniquePtr #1305

Open darkwisebear opened 6 months ago

darkwisebear commented 6 months ago

Add the possibility to use shared trivial types as deleters for objects managed by std::unique_ptr / UniquePtr.

darkwisebear commented 1 month ago

@dtolnay Does this PR have chances to be merged as-is or is there still something I need to do with it in order to get it merged?