constants and basic header generation

This commit is contained in:
dignifiedquire
2019-04-27 00:33:40 +03:00
parent 7c8db256e2
commit 9a1fcc745e
5 changed files with 628 additions and 3 deletions

View File

@@ -69,6 +69,9 @@ pub mod dc_strencode;
pub mod dc_token;
pub mod dc_tools;
pub mod constants;
pub use self::constants::*;
#[cfg(test)]
mod tests {
use std::ffi::{CStr, CString};