tg-console 0.1.0-preview.1

Provides `print!`, `println!` and `log::Log` with customizable implementations for rCore tutorial.
Documentation

tg-console

Crates.io Documentation License

控制台输出模块,为 rCore 教学操作系统提供可定制实现的 print!println!log::Log

功能特性

  • 提供 print!println!
  • 实现 log::Log trait,支持日志功能
  • 支持基本的彩色输出
  • no_std 环境支持

使用方法

use tg_console::{print, println};

println!("Hello, rCore!");

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.