xpc-sys 0.2.0
mach-kernel
released this
01 Jun 20:07
·
56 commits
to master
since this release
XPCObject(Arc<xpc_object_t>, ..) -> Arc<XPCObject>
where applicableXPCShmem
now encapsulatesArc<xpc_object_t>
instead ofXPCObject
XPCObject
andXPCShmem
drops simpler / do not ask for Arc ref countcrate::*
unsafe functions now appropriately tagged (e.g.get_bootstrap_port()
is nowunsafe
)- Attempt on some more doc strings