File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ 0.4.1 (2018-05-15)
2+ ------------------
3+ - Fix bug parsing message with non-empty SD fields but empty message body
4+
150.4.0 (2017-10-24)
26----------
37- Make ` rustc-serialize ` support optional behind the self-named feature flag
Original file line number Diff line number Diff line change 11[package ]
22name = " syslog_rfc5424"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [" James Brown <roguelazer@roguelazer.com>" ]
55description = " Parser for RFC5424 (IETF-format) syslog messages"
6- documentation = " http ://roguelazer.github.io/rust-syslog-rfc5424 /syslog_rfc5424/"
6+ documentation = " https ://docs.rs /syslog_rfc5424/"
77homepage = " https://github.com/Roguelazer/rust-syslog-rfc5424"
88repository = " https://github.com/Roguelazer/rust-syslog-rfc5424"
99license = " ISC"
@@ -24,3 +24,6 @@ timeit = "0.1"
2424
2525[features ]
2626serde-serialize = [" serde" , " serde_derive" , " serde_json" ]
27+
28+ [badges ]
29+ travis-ci = { repository = " Roguelazer/rust-syslog-rfc5424" }
Original file line number Diff line number Diff line change 11This module implements an [ RFC 5424] ( https://tools.ietf.org/html/rfc5424 ) IETF Syslog Protocol parser in Rust.
22
33[ ![ Build Status] ( https://travis-ci.org/Roguelazer/rust-syslog-rfc5424.svg?branch=master )] ( https://travis-ci.org/Roguelazer/rust-syslog-rfc5424 )
4-
5- [ Documentation ] ( http ://roguelazer.github .io/rust-syslog-rfc5424/ syslog_rfc5424/ )
4+ [ ![ Documentation ] ( https://docs.rs/syslog_rfc5424/badge.svg )] ( https://docs.rs/syslog_rfc5424 )
5+ [ ![ crates.io ] ( https ://img.shields .io/crates/v/ syslog_rfc5424.svg )] ( https://crates.io/crates/syslog_rfc5424 )
66
77This tool supports serializing the parsed messages using rustc-serialize if it's built with the ` rustc-serialize `
88feature and using serde if it's built with the ` serde-serialize ` feature.
You can’t perform that action at this time.
0 commit comments