7 releases
0.3.2 | Oct 26, 2023 |
---|---|
0.3.1 | May 1, 2023 |
0.2.0 | Apr 20, 2023 |
0.1.2 | Apr 19, 2023 |
#7 in #syslog
52KB
920 lines
Syslog-fmt
Formatter for the 5424 syslog standard.
This crate aims to provide a quality formatter for the 5424 spec. We consciously limit the crate to the task of formatting to avoid entangling the separate concerns of formatting and transport.
Read through the examples to see basic usages of the formatter with various transports.
Why this crate?
- Minimal dependencies
- No heap allocations are performed.
- 100% safe Rust 🦀code upheld by clippy workflow
Contributing
We welcome community contributions to this project.
Please read our Contributor Terms before you make any contributions.
Any contribution intentionally submitted for inclusion, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:
License
This contribution is dual licensed under EITHER OF
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
For clarity, "your" refers to TandemDrive or any other licensee/user of the contribution.
Dependencies
~1–6MB
~27K SLoC