From e41ae5472b4964c7ef0b23163e35bfeb865a19d6 Mon Sep 17 00:00:00 2001 From: caicancai <77189278+caicancai@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:43:21 +0800 Subject: [PATCH] [Impove][Doc] Improve README (#1011) [Impove] Improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea3a9f236..004a09a6ba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Fury is a blazing fast multi-language serialization framework powered by **jit(j https://furyio.org ## Features -- **Multiple languages**: Java/Python/C++/Golang/Javascript. +- **Multiple languages**: Java/Python/C++/Golang/Javascript/Rust. - **Zero-copy**: cross-language out-of-band serialization inspired by [pickle5](https://peps.python.org/pep-0574/) and off-heap read/write. - **High performance**: A highly-extensible JIT framework to generate serializer code at runtime in an async multi-thread way to speed serialization, providing 20-170x speed up by: