Add rust kext to the mono repo
This commit is contained in:
5
windows_kext/protocol/src/lib.rs
Normal file
5
windows_kext/protocol/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
#![cfg_attr(not(test), no_std)]
|
||||
extern crate alloc;
|
||||
|
||||
pub mod command;
|
||||
pub mod info;
|
||||
Reference in New Issue
Block a user