Crates.io | kstd |
lib.rs | kstd |
version | 0.0.4 |
source | src |
created_at | 2022-08-01 18:36:45.279879 |
updated_at | 2022-09-29 18:12:46.987077 |
description | A kernel standard library for the martimos kernel |
homepage | |
repository | https://github.com/martimos/kstd |
max_upload_size | |
id | 636987 |
size | 57,214 |
A #[no_std]
standard library the martimos kernel.
It contains a lot of basic building blocks.
This project exists, because it kind of forces a cleaner architecture
for the kernel, and testing is really easy since we can use
the normal test framework here.
Currently, it is probably more informative to look at the sky rather than to read this README. However, feel free to look at code comments and the code itself.