Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Re-generate bindings in src/ffi.rs | Robin Krahl | 2020-09-20 |
| | | | | | | | | Older versions of bindgen rendered C++ doc comments as Rust doc comments using the /// syntax. Newer versions use the doc attribute instead. This patch re-generates the src/ffi.rs file with bindgen 0.55.1 so that it uses the new format. This makes it easier to perform changes in the future. | ||
* | Use quilt to manage modifications in src/ffi.rs | Robin Krahl | 2020-09-20 |
Previously, we manually modified the src/ffi.rs file to add deprecation attributes. With this patch, we use quilt to automatically apply patches with the changes. |