rmesg 0.3.1

This is a fully Rust-based implementation of the popular dmesg Linux utility, giving programmatic access to the kernel log buffer.
Documentation

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.