mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-15 21:44:23 +01:00
7 lines
79 B
Rust
7 lines
79 B
Rust
#![no_std]
|
|
|
|
extern crate alloc;
|
|
|
|
pub mod ioctls;
|
|
pub mod vars;
|
|
pub mod structs; |