You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-sys
crates.But more importantly, I think the
objc2
prefixing is unnecessary. At least if the goal is to make upstreamobjc
andfruity
useobjc-sys
.objc2
objc2_foundation
->objc2-foundation
objc2_sys
->objc-sys
objc2_block_sys
(see Add sys crate for blocks #49) ->block-sys
objc2_block
->block2
?objc2_encode
->objc2-encode
Merged intoobjc2_exception
->objc-exception-sys
?objc2-exception-sys
?objc-try-catch-sys
?objc2
, see Moveobjc2_exception
intoobjc2::exception
#57Removed in Removeobjc2_foundation_derive
objc2_foundation_derive
#56objc2_test_utils
so that we don't have to publish itThe text was updated successfully, but these errors were encountered: