journald 0.7.0

A rust binding for the systemd journald api
Documentation
1
2
3
4
5
6
7
8
# Coding guidelines: Tabs should only be used at the beginning of a line to signify lexical structure, with exactly a single tab character per block nesting level. Spaces should only be used for vertical alignment of lines within the same block nesting level.
hard_tabs = true
# Coding guidelines: Therefore we aim to limit the length of a line to 100 characters not including indentation.
max_width = 100

group_imports = "StdExternalCrate"
imports_granularity = "Module"