ogc-rs 0.1.1

A Rust wrapper library for devkitPro's libogc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ogc-rs

![Crates.io](https://img.shields.io/crates/v/ogc-rs)

A Rust wrapper library for devkitPro's [libogc](https://github.com/devkitPro/libogc).

See the [Wii testing project](https://github.com/rust-wii/testing-project) for instructions on how to use this library.

## Structure

This repository is organized as follows:

* `ogc-rs`: Safe, idiomatic wrapper around `ogc-sys`.
* `ogc-sys`: Low-level, unsafe bindings to libogc.

## License

See [LICENSE](LICENSE) for more details.