ESP32-CAN/components/clib/README.md

5 lines
218 B
Markdown

# clib
This component exposes functions and data defined in C that will accessed from Rust.
The Rust build will automatically generate bindings to these functions by processing the exported header files with bindgen.