Message ID | 20230703-rust-readme-v2-2-ba7d7f04bed6@linaro.org |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/bindings/rust/libgpiod-sys/README.md b/bindings/rust/libgpiod-sys/README.md index f9db496..05acd9e 100644 --- a/bindings/rust/libgpiod-sys/README.md +++ b/bindings/rust/libgpiod-sys/README.md @@ -8,6 +8,9 @@ SPDX-FileCopyrightText: 2022 Viresh Kumar <viresh.kumar@linaro.org> Automatically generated Rust FFI bindings via [bindgen](https://github.com/rust-lang/rust-bindgen). +Typically, you will want to use the safe `libgpiod` wrapper crate instead of +these unsafe wrappers around the C lib. + ## Build requirements A compatible variant of the C library needs to detectable using pkg-config.