https://github.com/daboross/syslog3-re-exported
Shim library re-exporting syslog::* from syslog version 3.0
https://github.com/daboross/syslog3-re-exported
Last synced: 1 day ago
JSON representation
Shim library re-exporting syslog::* from syslog version 3.0
- Host: GitHub
- URL: https://github.com/daboross/syslog3-re-exported
- Owner: daboross
- Archived: true
- Created: 2018-05-13T07:31:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T07:33:28.000Z (about 8 years ago)
- Last Synced: 2025-01-23T15:09:11.825Z (over 1 year ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
syslog3-reexport
----------------
This crate is a re-export of syslog version 3.0. It's meant to allow using multiple syslog versions
at the same time.
Since this is an extremely small crate and requires no maintenance (it has no code of itself besides
re-exporting syslog), I've created this crate myself. It should require no maintenance, and will not
be updated after its initial release. Having it here once is enough for libraries to use syslog3 and
syslog-4 at the same time, so it's complete.