objc2-encode 2.0.0-pre.4

Objective-C type-encoding representation and parsing
Documentation
# `objc2-encode`

[![Latest version](https://badgen.net/crates/v/objc2-encode)](https://crates.io/crates/objc2-encode)
[![License](https://badgen.net/badge/license/MIT/blue)](https://github.com/madsmtm/objc2/blob/master/LICENSE.txt)
[![Documentation](https://docs.rs/objc2-encode/badge.svg)](https://docs.rs/objc2-encode/)
[![CI](https://github.com/madsmtm/objc2/actions/workflows/ci.yml/badge.svg)](https://github.com/madsmtm/objc2/actions/workflows/ci.yml)

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.