mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Move part of libbase to Rust
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
#![feature(format_args_nl)]
|
||||
|
||||
pub use libc;
|
||||
pub use logging::*;
|
||||
pub use misc::*;
|
||||
pub use xwrap::*;
|
||||
|
||||
mod logging;
|
||||
mod misc;
|
||||
mod xwrap;
|
||||
|
||||
#[cxx::bridge]
|
||||
pub mod ffi {
|
||||
|
Reference in New Issue
Block a user