From 862ed7189244b600b7988d1a6053b9a09ca18e49 Mon Sep 17 00:00:00 2001 From: Flix Date: Sat, 28 Sep 2024 23:59:48 +0200 Subject: [PATCH] Add mini feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9fbf27..5d1f759 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Serde-Brief (German for letter) is a crate for encoding and decoding data into a Not necessarily in order of importance: - Convenient to use for developers: Integrates into the Rust ecosystem via `serde`, supporting all of its features in its derived implementations (e.g. renaming, flattening, ..). -- Compatibility: Easy to add or re-order fields/variants without breakage. +- Compatibility: Easy to add or re-order fields/variants without breakage. Detects wrong data types. - `#![no_std]` and std compatible. - Resource efficient: High performance, low memory usage. - Interoperability: Different architectures can communicate flawlessly.