#fixed-length #string #buffer #c-style #safe #limit #c-fixed-str

c_fixed_string

Wrapper types around C-style fixed length string buffers

2 unstable releases

Uses old Rust 2015

0.2.0 Dec 30, 2017
0.1.0 Dec 30, 2017

#9 in #c-style

Download history 59/week @ 2024-11-16 52/week @ 2024-11-23 88/week @ 2024-11-30 118/week @ 2024-12-07 73/week @ 2024-12-14 43/week @ 2024-12-21 24/week @ 2024-12-28 37/week @ 2025-01-04 59/week @ 2025-01-11 48/week @ 2025-01-18 40/week @ 2025-01-25 66/week @ 2025-02-01 53/week @ 2025-02-08 79/week @ 2025-02-15 95/week @ 2025-02-22 77/week @ 2025-03-01

311 downloads per month
Used in 2 crates

MIT/Apache

17KB
314 lines

The goal of this crate is to provide a safe wrapper around the notion of a C-style string with a predefined maximum length, known as the limit.

CFixedString and CFixedStr are the owning and non-owning variants respectively.

Dependencies

~250KB