Skip to content

Commit b2c5db5

Browse files
committed
Readme
1 parent fb12eed commit b2c5db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fixed_str
22

3-
[![Crates.io](https://img.shields.io/crates/v/fixed_str)](https://crates.io/crates/fixed_str) [![Docs.rs](https://docs.rs/fixed_str/badge.svg)](https://docs.rs/fixed_str) [![License](https://img.shields.io/crates/l/fixed_str)](LICENSE-APACHE) [![License](https://img.shields.io/crates/l/fixed_str)](LICENSE-MIT)
3+
[![Crates.io](https://img.shields.io/crates/v/fixed_str)](https://crates.io/crates/fixed_str) [![Docs.rs](https://docs.rs/fixed_str/badge.svg)](https://docs.rs/fixed_str) [![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/fixed_str)](LICENSE-APACHE)
44

55
**fixed_str** is a Rust crate that provides fixed–capacity, null–padded UTF‑8 string types designed for performance–critical, memory–sensitive, or FFI contexts. With predictable layout and safe UTF‑8 handling, it’s ideal for embedded applications, binary serialization, and other environments where precise control over memory is paramount.
66

0 commit comments

Comments
 (0)