5 lines
218 B
Markdown
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.
|