1
2
3
4
5
6
7
8
9
#![crate_name = "strophe"]
#![crate_type = "lib"]
#![crate_type = "dylib"]
#![crate_type = "rlib"]

extern crate libc;

pub use strophe::*;
mod strophe;