libpebble

Rust interace to the Pebble kernel from userspace


Licenses
MIT/Apache-2.0

Documentation

libpebble

Libpebble provides a Rust interface to the Pebble microkernel. It is mainly for use within the kernel itself and in libstd, but there is nothing stopping you from using it elsewhere.

The kernel feature provides extra methods and allows access to otherwise-private fields. It is used within the kernel, but probably shouldn't be used by users of the library.