#playground #setup #cli

app syslog-server

A small automation project to set up a syslog server, which also serves as a playground for Rust

2 unstable releases

Uses new Rust 2024

new 0.3.0 Mar 4, 2026
0.2.2 Feb 19, 2026
0.2.0 Feb 13, 2026
0.1.0 Feb 10, 2026

#696 in Command line utilities

GPL-3.0 license

66KB
1.5K SLoC

Syslog-Server

  • A small automation project to set up a syslog server, which also serves as a playground for Rust.

Build

  1. Install Depends:
sudo apt install cargo gcc-mingw-w64-x86-64 mingw-w64
sudo snap install --classic rustup
rustup install stable
rustup target add x86_64-pc-windows-gnu
cargo install cargo-deb
  1. Build the package:
cargo run # for debugging
cargo build --release # for tests like a real release
cargo deb # build the DEB package
cargo build --target=x86_64-pc-windows-gnu --release # build for windows cli

Dependencies

~1.7–5MB
~90K SLoC