From: Bartosz Golaszewski Date: Thu, 6 Aug 2020 16:13:11 +0000 (+0200) Subject: TODO: add a task for Rust bindings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f198bba5213ce57c98163f8ca6984220ebb86c0f;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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