Incorporate CoreFoundation ideas from other crates #692
Labels
A-framework
Affects the framework crates and the translator for them
enhancement
New feature or request
Go through the implementations in the following projects, and grab relevant ideas that
objc2-core-foundation
could use:core-foundation
fruity::core_foundation
core-foundationr
cidre::cf
A few things I've identified already:
CFBase
integer types: 5bc094b.CFType
PartialEq
,Eq
andHash
impls: de1c9d9.CFType
Debug
impl: c76799e.CFString
conversions between&str
: c76799e.CFTypeID
s: 3468e00.CFNumber
: 3e0e109.PartialOrd
andOrd
: ff0d74c.CFData
: 5efb6eb.CFUUID
: 933f49c.CFError
: 4b630ef.CFDate
: 3fe19b2.CFDictionary
CFArray
CFSet
CFPropertyList
The text was updated successfully, but these errors were encountered: