Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
19
third-party/vendor/objc2-encode/README.md
vendored
Normal file
19
third-party/vendor/objc2-encode/README.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# `objc2-encode`
|
||||
|
||||
[](https://crates.io/crates/objc2-encode)
|
||||
[](../LICENSE.txt)
|
||||
[](https://docs.rs/objc2-encode/)
|
||||
[](https://github.com/madsmtm/objc2/actions/workflows/ci.yml)
|
||||
|
||||
Objective-C type-encoding in Rust.
|
||||
|
||||
This crates provides the equivalent of the Objective-C `@encode` directive,
|
||||
and functions for comparing these encodings.
|
||||
|
||||
Additionally, it provides traits for annotating types that has an Objective-C
|
||||
encoding.
|
||||
|
||||
See [the docs](https://docs.rs/objc2-encode/) for a more thorough overview.
|
||||
|
||||
This crate is part of the [`objc2` project](https://github.com/madsmtm/objc2),
|
||||
see that for related crates.
|
||||
Loading…
Add table
Add a link
Reference in a new issue