Crates.io | kos |
lib.rs | kos |
version | 0.1.1 |
source | src |
created_at | 2024-11-10 08:47:09.126044 |
updated_at | 2024-11-14 01:11:19.995013 |
description | The K-Scale Operating System |
homepage | |
repository | https://github.com/kscalelabs/kos |
max_upload_size | |
id | 1442737 |
size | 60,528 |
Welcome to the K-Scale Operating System!
cross
toolchainNative build with stub features:
cargo build --features stub
Cross build for kbot:
cross build --release --target aarch64-unknown-linux-gnu --features kscale_pro
RUST_LOG=debug cargo run --features stub
cargo fmt --all
to format the code.cargo clippy
to check for lint errors.cargo test
to run the tests.tracing
for logging.eyre
to handle errors.unwrap()
or expect()
.This project is licensed under the MIT License. See the LICENSE file for details.