fasyslog 0.1.1

A fast syslog client written in Rust.
Documentation

Fasyslog: A fast syslog client written in Rust

Crates.io Documentation MSRV 1.75 Apache 2.0 licensed Build Status

Description

Client library written in Rust to send messages to a Syslog server. Support implementations:

Getting Started

Add fasyslog to your Cargo.toml:

cargo add fasyslog

Example

Check the examples directory for more examples.

Documentation

Read the online documents at https://docs.rs/logforth.

Minimum Supported Rust Version (MSRV)

This crate is built against the latest stable release, and its minimum supported rustc version is 1.75.0.

The policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if Fasyslog 1.0 requires Rust 1.20.0, then Fasyslog 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, Fasyslog 1.y for y > 0 may require a newer minimum version of Rust.

License

This project is licensed under Apache License, Version 2.0.