Source code

Revision control

Copy as Markdown

Other Tools

# `objc2-encode`
Objective-C type-encoding in Rust.
This crates provides types to parse and compare Objective-C type-encodings
created with the `@encode` directive.
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.