Skip to content

Commit

Permalink
Add mini feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix committed Sep 28, 2024
1 parent 162a9eb commit 862ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 862ed71

Please sign in to comment.