From 362c358c5a02795c1f7df6350274eda6a4037e75 Mon Sep 17 00:00:00 2001 From: jq-rs Date: Sun, 23 May 2021 08:39:25 +0000 Subject: [PATCH] Update OSX to macOS. --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index fad1f27..5a5fe16 100644 --- a/static/index.html +++ b/static/index.html @@ -19,7 +19,7 @@
Mles logo
-

Mles (Modern Lightweight channEl Service) is a lightweight, robust and authenticated distributed publish-subscribe data service based on Rust (a safe, concurrent and fast systems language), Tokio (asynchronous networking for Rust) and Serde (serialization framework for Rust). It works seamlessly with IPv4 or IPv6 on TCP, which provides its reliable data transfer backbone on Rust supported platforms, including Linux, OSX and Windows.

+

Mles (Modern Lightweight channEl Service) is a lightweight, robust and authenticated distributed publish-subscribe data service based on Rust (a safe, concurrent and fast systems language), Tokio (asynchronous networking for Rust) and Serde (serialization framework for Rust). It works seamlessly with IPv4 and IPv6 on TCP, which provides its reliable data transfer backbone on Rust supported platforms, including Linux, macOS and Windows.

Why Mles?