#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

#7 in #c-style

Download history 75/week @ 2023-12-14 56/week @ 2023-12-21 34/week @ 2023-12-28 35/week @ 2024-01-04 40/week @ 2024-01-11 100/week @ 2024-01-18 91/week @ 2024-01-25 64/week @ 2024-02-01 115/week @ 2024-02-08 110/week @ 2024-02-15 92/week @ 2024-02-22 69/week @ 2024-02-29 76/week @ 2024-03-07 90/week @ 2024-03-14 91/week @ 2024-03-21 67/week @ 2024-03-28

332 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

~170–315KB