Skip to content

Commit 628ddd0

Browse files
committed
Readme
1 parent b2c5db5 commit 628ddd0

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: MIT OR Apache-2.0](https://img.shields.io/crates/l/fixed_str)](LICENSE-APACHE)
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/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
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)