github mach-kernel/launchk xpc-sys-1.0.0
xpc-sys 1.0.0

latest release: launchk-0.3.1
3 months ago

crates.io

What's Changed

New Contributors

Full Changelog: xpc-sys-0.5.1...xpc-sys-1.0.0

More Details

  • Deprecate traits for pipe_routine etc in lieu of simple fns in module
  • QueryBuilder -> DictBuilder
  • TryXPCValue -> TryXPCIntoRust with a to_rust method
  • Deprecate XPCDictionary to use to_rust and XPCObject::from with std HashMap
  • Deprecate from/into raw pointer in lieu of new unsafe fns XPCObject::from_raw and XPCObject::from_raw_retain
  • Add XPCObject::from_raw_fd
  • XPCShmem
    • API for making from xpc_object_t unsafe fns
    • Existing behavior moved to unsafe fn XPCShmem::allocate
    • Do not require mach_port_t to make

Don't miss a new launchk release

NewReleases is sending notifications on new releases.