rmesg 1.0.21

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

rmesg

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 6 of them enabled by default.

default

  • async

async

  • futures
  • futures-util
  • tokio
  • pin-project

futures

  • dep:futures

futures-util

  • dep:futures-util

tokio

  • dep:tokio

pin-project

  • dep:pin-project

serde

  • dep:serde

extra-traits

  • serde

sync

    This feature flag does not enable additional features.