TODO: add a task for Rust bindings
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 6 Aug 2020 16:13:11 +0000 (18:13 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 6 Aug 2020 16:19:26 +0000 (18:19 +0200)
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>
TODO

diff --git a/TODO b/TODO
index 14eb49a11879a8656cfc49cfbcabb12481dd10f6..f50124f048b8e40dc5331e3e60b18fbc2b3c247d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -25,6 +25,14 @@ and is partially functional.
 
 ----------
 
+* 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