An open API service indexing awesome lists of open source software.

https://github.com/nyantec/rust-journald

binding for the systemd journald api
https://github.com/nyantec/rust-journald

journald linux rust systemd

Last synced: 3 months ago
JSON representation

binding for the systemd journald api

Awesome Lists containing this project

README

          

rust-journald
=============

Code is not written by us, but extracted & stabilized from another cargo. DISCLAIMER:
Code is provided without any warranty -- may or may not work.

[![Crates.io](https://img.shields.io/crates/v/journald.svg?maxAge=2592000)](https://crates.io/crates/journald)

In `Cargo.toml`:

```toml
[dependencies]
journald = "~0.7"
```