Implement su_daemon in Rust

This commit is contained in:
topjohnwu
2025-02-02 04:30:16 +08:00
committed by John Wu
parent ab86732c89
commit a786801141
15 changed files with 857 additions and 710 deletions

View File

@@ -39,7 +39,7 @@ macro_rules! impl_pod_encodable {
)*)
}
impl_pod_encodable! { u8 i32 usize }
impl_pod_encodable! { u8 u32 i32 usize }
impl Encodable for bool {
#[inline(always)]