Prerequisite of of #33.
I'm realising that using - over _ is more common (though the standard is unclear, see rust-lang/api-guidelines#29), and the documentation explicitly recommends - in -sys crates.
But more importantly, I think the objc2 prefixing is unnecessary. At least if the goal is to make upstream objc and fruity use objc-sys.
Prerequisite of of #33.
I'm realising that using
-over_is more common (though the standard is unclear, see rust-lang/api-guidelines#29), and the documentation explicitly recommends-in-syscrates.But more importantly, I think the
objc2prefixing is unnecessary. At least if the goal is to make upstreamobjcandfruityuseobjc-sys.objc2objc2_foundation->objc2-foundationobjc2_sys->objc-sysobjc2_block_sys(see Add sys crate for blocks #49) ->block-sysobjc2_block->block2?objc2_encode->objc2-encodeMerged intoobjc2_exception->objc-exception-sys?objc2-exception-sys?objc-try-catch-sys?objc2, see Moveobjc2_exceptionintoobjc2::exception#57Removed in Removeobjc2_foundation_deriveobjc2_foundation_derive#56objc2_test_utilsso that we don't have to publish it