xpc-sys 0.3.0
mach-kernel
released this
15 Jun 02:23
·
43 commits
to master
since this release
- Going from XPC to Rust, objects inside XPC dictionaries and arrays are now deep copied via
xpc_copy
(seemingly fixes some memory leaks)? - Results tagged with
#[must_use]
- Better logging of XPC object create and drop
- FIFO operations return
Result