rmesg 0.1.1

This is a fully Rust-based implementation of the popular dmesg Linux utility, giving programmatic access to the kernel log buffer.
rmesg-0.1.1 is not a library.
Visit the last successful build: rmesg-1.0.21

Build Status

rmesg

A 'dmesg' implementation in Rust

This mainly serves as a crate, but if compiled, will become a simple executable that will dump kernel log buffer contents onto the console.

The value of this is programmatic access to kernel buffer from Rust programs, and a Rust-based klogctl implementation.