Update contributing guide

This commit is contained in:
Wu Yu Wei
2023-06-01 19:34:28 +08:00
parent cd088c4390
commit 604e8cc4cc

View File

@@ -32,6 +32,6 @@ Like many FFI crates, there are two crates in this repo: `cef-rs` in root and `c
There are a few types we recommend you learn first before adding any implementation. This could help you understand the interface of CEF better. We also welcome everyone who can add tests for these types:
- `CefString`
- `rc` module
- [`cef::string`](https://docs.rs/cef/latest/cef/rc/index.html)
- [`cef::rc`](https://docs.rs/cef/latest/cef/string/index.html)