Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 790 Bytes

File metadata and controls

14 lines (10 loc) · 790 Bytes

cafe-rs

Caution

cafe-rs is in active experimentation / development phase.

cafe-rs is the heart of Rust software for Wii U homebrew. It aims to be the Rust alternative to wut, the C++ SDK / toolchain for homebrew apps, developed by devkitPro and the community.

Goals

  • Easy-to-use: Provide intuitive APIs along with good documentation
  • Idiomatic: Write Rust code that feels right
  • std-like: Adhere to Rust's std APIs as much as possible where applicable
  • Compatible: Create applications within the existing ecosystem
  • Self-Contained: Require as few external tools as possible