I'd like to include Rust bindings in libgpiod at some point. This
is a low-priority task though.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
----------
+* implement rust bindings
+
+With Rust gaining popularity as a low-level system's language and the
+possibility of it making its way into the linux kernel, it's probably time to
+provide Rust bindings to libgpiod as part of the project.
+
+----------
+
* implement a simple daemon for controlling GPIOs in C together with a client
program