Skip to content

xpc-sys 0.2.0

Compare
Choose a tag to compare
@mach-kernel mach-kernel released this 01 Jun 20:07
· 56 commits to master since this release
e7da780
  • XPCObject(Arc<xpc_object_t>, ..) -> Arc<XPCObject> where applicable
  • XPCShmem now encapsulates Arc<xpc_object_t> instead of XPCObject
  • XPCObject and XPCShmem drops simpler / do not ask for Arc ref count
  • crate::* unsafe functions now appropriately tagged (e.g. get_bootstrap_port() is now unsafe)
  • Attempt on some more doc strings

crates.io