| .. | ||
| examples | ||
| src | ||
| .cargo-checksum.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| README.md | ||
objc2-encode
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 for a more thorough overview.
This crate is part of the objc2 project,
see that for related crates.