Crates.io | mnemos-common |
lib.rs | mnemos-common |
version | 0.1.0 |
source | src |
created_at | 2022-04-14 12:03:46.140171 |
updated_at | 2022-04-16 03:51:18.524032 |
description | A tiny embedded operating system common library |
homepage | |
repository | https://github.com/jamesmunns/pellegrino |
max_upload_size | |
id | 567492 |
size | 26,671 |
At the moment, the common
crate primarily defines the message protocol used by system calls, and helper functions necessary for handling system calls in a convenient, idiomatic Rust way.
Message defintions live in src/syscall/mod.rs
, and helper functions live in src/porcelain/mod.rs
.