FFI: Add module level doc comment.

This commit is contained in:
mcb2003 2020-12-12 21:37:24 +00:00 committed by michael Connor buchan
parent 1a49a8dac1
commit a868aa670a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//! Bindings to this library to allow it to be called from C/C++.
use libc::{c_char, c_float};
use std::{
cell::RefCell,