getditto / safer_ffi

Write safer FFI code in Rust without polluting it with unsafe code
http://getditto.github.io/safer_ffi
MIT License
925 stars 40 forks source link

VS code complains non snake case #180

Closed k-rus closed 1 year ago

k-rus commented 1 year ago

VScode complains about names, which don't follow the snake case in generated functions by safer FFI, e.g., ReprCResult, ffi_export. Here is screenshot: Screenshot 2023-08-18 at 17 22 27