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
- Host: GitHub
- URL: https://github.com/nyantec/rust-journald
- Owner: nyantec
- Created: 2018-06-01T16:00:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T17:42:51.000Z (over 2 years ago)
- Last Synced: 2026-01-13T12:41:38.324Z (6 months ago)
- Topics: journald, linux, rust, systemd
- Language: Rust
- Homepage:
- Size: 264 KB
- Stars: 7
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.
[](https://crates.io/crates/journald)
In `Cargo.toml`:
```toml
[dependencies]
journald = "~0.7"
```