From 6cbc3a2702ab9bef3cc37a50b92dff5f2a026533 Mon Sep 17 00:00:00 2001 From: Binary Logic Date: Sun, 11 Aug 2019 13:14:42 -0400 Subject: [PATCH] Add timberio/vector A High-Performance, Logs, Metrics, & Events Router https://github.com/timberio/vector --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0d4cb83..31a421f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Games](#games) * [Graphics](#graphics) * [Industrial automation](#industrial-automation) + * [Observability](#observability) * [Operating systems](#operating-systems) * [Productivity](#productivity) * [Security tools](#security-tools) @@ -230,6 +231,10 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [locka99/opcua](https://github.com/locka99/opcua) — A pure rust [OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/) library. * [BiancoRoyal/modbus-iiot-rust](https://github.com/BiancoRoyal/modbus-iiot-rust) — A pure rust [modbus](http://modbus.org) library with no or less dependencies. [![Build Status](https://api.travis-ci.org/BiancoRoyal/modbus-iiot-rust.svg?branch=master)](https://travis-ci.org/BiancoRoyal/modbus-iiot-rust) +### Observability + +* [timberio/vector](https://github.com/timberio/vector) - A High-Performance, Logs, Metrics, & Events Router. + ### Operating systems See also [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison).