1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-25 12:59:37 +00:00

FFI: Add module level doc comment.

This commit is contained in:
mcb2003 2020-12-12 21:37:24 +00:00
parent d6504a33e9
commit 496d183fa4

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 libc::{c_char, c_float};
use std::{ use std::{
cell::RefCell, cell::RefCell,