rmesg 1.0.8

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 8 feature flags, 2 of them enabled by default.

default

  • sync

sync

    This feature flag does not enable additional features.

async

  • futures
  • futures-util
  • tokio

extra-traits

  • serde

tokio

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

futures-util

    This feature flag does not enable additional features.