Skip to content

mythmon/RustyPebble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustyPebble

This is a proof of concept Pebble application written in Rust (http://rust-lang.org).

It does not yet make use of Rust's core library (need to cross compile it first). Instead, it relies on the FFI and implements a few required language items.

rusty.rs contains the app itself. pebblerust contains a rust version of the pebble library.

Building & Installing

In order to build it, you will need installed on your system:

  • An llvm toolchain compiled for all targets
  • A recent rust compiler (0.12 works fine as of this writing).

Otherwise, you can build & install it just like you would any pebble app $ pebble build $ pebble install

About

A Pebble application written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 81.1%
  • Python 18.9%