We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ce4c7 commit 6863c68Copy full SHA for 6863c68
1 file changed
docs/principles.md
@@ -32,7 +32,7 @@ of characteristics that are desirable for a project like Processing:
32
33
There are several layers required to make this work. Starting from the outermost layer of the onion:
34
35
-1. `bindgen`, a rust project for generating C headers from Rust code. This is what Java and other languages bind to.
+1. `cbindgen`, a rust project for generating C headers from Rust code. This is what Java and other languages bind to.
36
2. Our Rust FFI library, which wraps libprocessing. FFI rust code mostly means declaring the public interface for
37
`bindgen` using `extern "C"` functions and mapping types compatible with the C ABI to call our libprocessing API.
38
3. libprocessing is our Rust library that exposes the primary Processing API.
0 commit comments