From f198bba5213ce57c98163f8ca6984220ebb86c0f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 6 Aug 2020 18:13:11 +0200 Subject: [PATCH] TODO: add a task for Rust bindings I'd like to include Rust bindings in libgpiod at some point. This is a low-priority task though. Signed-off-by: Bartosz Golaszewski --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 14eb49a..f50124f 100644 --- 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 -- 2.30.2