libpebble 0.1.1

Interface to the Pebble microkernel
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.