File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ Build Status] [ actions-badge ]] [ actions-url ]
8
8
9
9
[ crates-badge ] : https://img.shields.io/crates/v/fasyslog.svg
10
-
11
10
[ crates-url ] : https://crates.io/crates/fasyslog
12
-
13
11
[ docs-badge ] : https://docs.rs/fasyslog/badge.svg
14
-
15
12
[ msrv-badge ] : https://img.shields.io/badge/MSRV-1.75-green?logo=rust
16
-
17
13
[ docs-url ] : https://docs.rs/fasyslog
18
-
19
14
[ license-badge ] : https://img.shields.io/crates/l/fasyslog
20
-
21
15
[ license-url ] : LICENSE
22
-
23
16
[ actions-badge ] : https://github.com/fast/fasyslog/workflows/CI/badge.svg
24
-
25
17
[ actions-url ] :https://github.com/fast/fasyslog/actions?query=workflow%3ACI
26
18
27
19
## Description
@@ -32,6 +24,7 @@ Client library written in Rust to send messages to a Syslog server. Support impl
32
24
* RFC-5424 Formatter: [ The Syslog Protocol] ( http://tools.ietf.org/html/rfc5424 )
33
25
* ` UdpSender ` : [ RFC 5426 - Transmission of Syslog Messages over UDP] ( http://tools.ietf.org/html/rfc5426 )
34
26
* ` 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)
35
28
36
29
## Getting Started
37
30
You can’t perform that action at this time.
0 commit comments