Crates.io | lkl |
lib.rs | lkl |
version | 0.0.1 |
source | src |
created_at | 2019-04-09 23:06:26.468382 |
updated_at | 2019-04-09 23:06:26.468382 |
description | Linux kernel as a crate |
homepage | https://github.com/gz/rust-lkl |
repository | https://github.com/gz/rust-lkl |
max_upload_size | |
id | 126904 |
size | 24,416 |
Builds the Linux kernel sources as a rust crate for convenient use in your rust project. Beware of the license since this is essentially Linux.
git clone --depth=1 https://github.com/lkl/linux.git
make -C tools/lkl
For running the tests of lkl some python packages are required:
pip install junit_xml yamlish
make run-tests
cd tools/lkl