Skip to content

Commit

Permalink
docs: catch up README
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Nov 11, 2024
1 parent e66012a commit 674e2ac
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,13 @@
[![Build Status][actions-badge]][actions-url]

[crates-badge]: https://img.shields.io/crates/v/fasyslog.svg

[crates-url]: https://crates.io/crates/fasyslog

[docs-badge]: https://docs.rs/fasyslog/badge.svg

[msrv-badge]: https://img.shields.io/badge/MSRV-1.75-green?logo=rust

[docs-url]: https://docs.rs/fasyslog

[license-badge]: https://img.shields.io/crates/l/fasyslog

[license-url]: LICENSE

[actions-badge]: https://github.com/fast/fasyslog/workflows/CI/badge.svg

[actions-url]:https://github.com/fast/fasyslog/actions?query=workflow%3ACI

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

## Getting Started

Expand Down

0 comments on commit 674e2ac

Please sign in to comment.