bindings: rust: examples: replace tools examples with use case examples
authorKent Gibson <warthog618@gmail.com>
Fri, 23 Jun 2023 04:39:01 +0000 (12:39 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 23 Jun 2023 19:32:58 +0000 (21:32 +0200)
commitaaed0f2e62553bad03e44d0bb514bbcaed811f8b
tree2bf361a640ae1d1207313c95112b1bd00a11f212
parentb37bd9edd0927e547e899fc4c21f13d30818d2bd
bindings: rust: examples: replace tools examples with use case examples

Replace tool examples with use case examples drawn from the tools,
gpio_events example with buffered_event_lifetimes, and
gpio_threaded_info_events with reconfigure_input_to_output.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Reviewed-by: Erik Schilling <erik.schilling@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
21 files changed:
bindings/rust/libgpiod/examples/Makefile.am
bindings/rust/libgpiod/examples/buffered_event_lifetimes.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/find_line_by_name.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/get_chip_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/get_line_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/get_multiple_line_values.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/gpio_events.rs [deleted file]
bindings/rust/libgpiod/examples/gpio_threaded_info_events.rs [deleted file]
bindings/rust/libgpiod/examples/gpiodetect.rs [deleted file]
bindings/rust/libgpiod/examples/gpiofind.rs [deleted file]
bindings/rust/libgpiod/examples/gpioget.rs [deleted file]
bindings/rust/libgpiod/examples/gpioinfo.rs [deleted file]
bindings/rust/libgpiod/examples/gpiomon.rs [deleted file]
bindings/rust/libgpiod/examples/gpionotify.rs [deleted file]
bindings/rust/libgpiod/examples/gpioset.rs [deleted file]
bindings/rust/libgpiod/examples/gpiowatch.rs [deleted file]
bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/toggle_multiple_line_values.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/watch_line_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/watch_line_rising.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/watch_multiple_line_values.rs [new file with mode: 0644]