#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

#6 in #c-style

Download history 91/week @ 2024-03-24 114/week @ 2024-03-31 100/week @ 2024-04-07 42/week @ 2024-04-14 90/week @ 2024-04-21 102/week @ 2024-04-28 95/week @ 2024-05-05 59/week @ 2024-05-12 77/week @ 2024-05-19 86/week @ 2024-05-26 58/week @ 2024-06-02 30/week @ 2024-06-09 59/week @ 2024-06-16 74/week @ 2024-06-23 75/week @ 2024-06-30 73/week @ 2024-07-07

283 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