os_dev_toolkit
Dependency-free developer tooling primitives for Rust OS development: minimal logging, diagnostics formatting, fixed-capacity buffers, status codes, and assertion helpers.
License
MIT.
Attribution: Created by an AI assistant (Cascade) based on an idea by alisio85.
Goals
no_std-first- zero external dependencies
- deterministic behavior (no allocation by default)
- strict CI: no warnings, clippy clean
Quick example (logging)
use ;
;
Documentation
See docs/MANUAL.md and the other documents in docs/.