logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: syslog

https://lib.rs/crates/syslog/

Add the last reviewed version to Cargo.toml / [dependencies]:

syslog = "4.0.1"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
1
1
1
1
crate version
rating
date
reviewer
thoroughness, understanding
syslog 4.0.1
positive
2019-11-20
medium, medium

errors.rs

  • Definitions used with the error_chain crate; no unsafe.

facility.rs

  • Defines a type for Syslog facilties and the associated
    constants. No unsafe.

format.rs

  • Message formatting incl. structured data. No unsafe.
  • Formatting looks conformant to RFC 5424.

lib.rs

  • Initialization code, socket stuff, and user facing wrappers.
  • One unsafe call to getpid(2); harmless.

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/