From d468685a4478d75e4fd7d15d235367a1f364e66b Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 6 Dec 2019 02:12:38 -0800 Subject: [PATCH] Add explanatory note --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 1b26983..1824cbc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ #[allow(non_camel_case_types, non_snake_case, dead_code)] -mod ffi; +mod ffi; //generated with `bindgen vendor/most-5.1.0/src/most.h -o src/ffi.rs` fn main() { println!("Printing most usage:");