objc2-foundation 0.2.0-alpha.5

Bindings to the Objective-C Cocoa Foundation framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# `objc2-foundation`

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

Bindings to the Objective-C Cocoa `Foundation` framework in Rust.

This library is very much in progress, consider using the more battle-tested
[`cocoa-foundation`] crate in the meantime.

This crate is part of the [`objc2` project](https://github.com/madsmtm/objc2),
see that for related crates.

[`cocoa-foundation`]: https://crates.io/crates/cocoa-foundation