journald 0.7.0

A rust binding for the systemd journald api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
```