-
-
Notifications
You must be signed in to change notification settings - Fork 80
Second crate renaming #51
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
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