Skip to content

Commit 674e2ac

Browse files
committed
docs: catch up README
Signed-off-by: tison <[email protected]>
1 parent e66012a commit 674e2ac

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,13 @@
77
[![Build Status][actions-badge]][actions-url]
88

99
[crates-badge]: https://img.shields.io/crates/v/fasyslog.svg
10-
1110
[crates-url]: https://crates.io/crates/fasyslog
12-
1311
[docs-badge]: https://docs.rs/fasyslog/badge.svg
14-
1512
[msrv-badge]: https://img.shields.io/badge/MSRV-1.75-green?logo=rust
16-
1713
[docs-url]: https://docs.rs/fasyslog
18-
1914
[license-badge]: https://img.shields.io/crates/l/fasyslog
20-
2115
[license-url]: LICENSE
22-
2316
[actions-badge]: https://github.com/fast/fasyslog/workflows/CI/badge.svg
24-
2517
[actions-url]:https://github.com/fast/fasyslog/actions?query=workflow%3ACI
2618

2719
## Description
@@ -32,6 +24,7 @@ Client library written in Rust to send messages to a Syslog server. Support impl
3224
* RFC-5424 Formatter: [The Syslog Protocol](http://tools.ietf.org/html/rfc5424)
3325
* `UdpSender`: [RFC 5426 - Transmission of Syslog Messages over UDP](http://tools.ietf.org/html/rfc5426)
3426
* `TcpSender`: [RFC 6587 - Transmission of Syslog Messages over TCP](http://tools.ietf.org/html/rfc6587)
27+
* (unix only) Unix domain socket sender (datagram or stream)
3528

3629
## Getting Started
3730

0 commit comments

Comments
 (0)