Add rustfmt config and format code

Close #3
This commit is contained in:
Lauro Oyen
2024-05-11 15:42:42 +02:00
parent 01e584bdec
commit 85c4b2eb46
4 changed files with 131 additions and 60 deletions
+1
View File
@@ -1,3 +1,4 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));