lucab / libsystemd-rs

A pure-Rust client library to work with systemd
https://crates.io/crates/libsystemd
Other
106 stars 19 forks source link

logging: unexport some JournalStream methods #125

Closed lucab closed 1 year ago

lucab commented 1 year ago

This hides JournalStream::parse() and JournalStream::from_env_impl() from the public API, as they are internal implementations and not supposed to be useful to consumers.

lucab commented 1 year ago

@swsnr could you please double-check whether you need these methods to be public in some consumer? Otherwise I think it is safe to keep them crate-internal.

swsnr commented 1 year ago

👍🏿