Blockquote that

This commit is contained in:
Ryan McGrath 2020-03-28 20:32:31 -07:00
parent 566c13ada8
commit 6891e83019
No known key found for this signature in database
GPG key ID: 811674B62B666830

View file

@ -9,7 +9,7 @@ This library is currently _very_ early stage and may have bugs. Your usage of it
your own risk. With that said, provided you follow the rules (regarding memory/ownership) it's your own risk. With that said, provided you follow the rules (regarding memory/ownership) it's
already fine for some apps. already fine for some apps.
_Note that this crate relies on the Objective-C runtime. Interfacing with the runtime **requires** >_Note that this crate relies on the Objective-C runtime. Interfacing with the runtime **requires**
unsafe blocks; this crate handles those unsafe interactions for you and provides a safe wrapper, unsafe blocks; this crate handles those unsafe interactions for you and provides a safe wrapper,
but by using this crate you understand that usage of `unsafe` is a given and will be somewhat but by using this crate you understand that usage of `unsafe` is a given and will be somewhat
rampant for wrapped controls. This does **not** mean you can't assess, review, or question unsafe rampant for wrapped controls. This does **not** mean you can't assess, review, or question unsafe