1 //! The main entry point for Rust to C++. 2 #[macro_use] 3 extern crate lazy_static; 4 #[macro_use] 5 extern crate num_derive; 6 7 pub mod btif; 8 pub mod topstack; 9