Skip to content

Commit 6863c68

Browse files
docs: mention cbindgen instead of bindgen (#116)
1 parent b0ce4c7 commit 6863c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ of characteristics that are desirable for a project like Processing:
3232

3333
There are several layers required to make this work. Starting from the outermost layer of the onion:
3434

35-
1. `bindgen`, a rust project for generating C headers from Rust code. This is what Java and other languages bind to.
35+
1. `cbindgen`, a rust project for generating C headers from Rust code. This is what Java and other languages bind to.
3636
2. Our Rust FFI library, which wraps libprocessing. FFI rust code mostly means declaring the public interface for
3737
`bindgen` using `extern "C"` functions and mapping types compatible with the C ABI to call our libprocessing API.
3838
3. libprocessing is our Rust library that exposes the primary Processing API.

0 commit comments

Comments
 (0)