bindings: rust: Add examples to libgpiod crate
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 18 Nov 2022 10:44:40 +0000 (16:14 +0530)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 21 Nov 2022 19:05:39 +0000 (20:05 +0100)
commit03b8fcb81482d7b5fb823b39b8ce27722ef407f6
tree2fcb5cb155013d3295b9aea5fd7f543b5f1a09e0
parent95f07263ca5bb367ef250e3e62b770846dff44e4
bindings: rust: Add examples to libgpiod crate

Add examples for the usage of the rust bindings, quite similar to the
ones in cxx bindings.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Kent Gibson <warthog618@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
bindings/rust/libgpiod/examples/gpio_events.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpio_threaded_info_events.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpiodetect.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpiofind.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpioget.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpioinfo.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpiomon.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpioset.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpiowatch.rs [new file with mode: 0644]