mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-25 09:39:37 +00:00
FFI: Add module level doc comment.
This commit is contained in:
parent
1a49a8dac1
commit
a868aa670a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user