From ea946a86de575790fd83026a33ab057a97b8c12d Mon Sep 17 00:00:00 2001 From: Serhij S Date: Fri, 18 Oct 2024 02:28:55 +0200 Subject: [PATCH] README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c31358..5ae4dfb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# BUS/RT - Rust-native IPC broker +

+ BUS/RT - Rust-native IPC broker + crates.io page + docs.rs page + + GitHub Actions CI + +

+ @@ -7,7 +15,8 @@ width="200" /> BUS/RT® is a Rust-native IPC broker, written in Rust/Tokio, inspired by [NATS](https://nats.io), [ZeroMQ](https://zeromq.org) and -[Nanomsg](https://nanomsg.org). BUS/RT is fast, flexible and very easy to use. +[Nanomsg](https://nanomsg.org). BUS/RT is fast, flexible and very easy to use, +optimized for both high-load and ultra-low latency real-time scenarios. The library can be embedded in any Rust project or be used as a standalone server.