Add explanatory note

This commit is contained in:
greg 2019-12-06 02:12:38 -08:00
parent 70a0ccb0a9
commit d468685a44
1 changed files with 1 additions and 1 deletions

View File

@ -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:");