mnemos-common

Crates.iomnemos-common
lib.rsmnemos-common
version0.1.0
sourcesrc
created_at2022-04-14 12:03:46.140171
updated_at2022-04-16 03:51:18.524032
descriptionA tiny embedded operating system common library
homepage
repositoryhttps://github.com/jamesmunns/pellegrino
max_upload_size
id567492
size26,671
James Munns (jamesmunns)

documentation

README

MnemOS Common Components

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.

Commit count: 157

cargo fmt