Geal / rust-syslog

Send syslog messages from Rust
MIT License
109 stars 55 forks source link

Remove dependency to unix_socket and use std instead #36

Closed oherrala closed 6 years ago

oherrala commented 6 years ago

UNIX sockets are provided by Rust's standard library since 1.10.

Geal commented 6 years ago

awesome, thanks