#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 67/week @ 2024-01-15 100/week @ 2024-01-22 82/week @ 2024-01-29 94/week @ 2024-02-05 118/week @ 2024-02-12 93/week @ 2024-02-19 80/week @ 2024-02-26 68/week @ 2024-03-04 88/week @ 2024-03-11 78/week @ 2024-03-18 98/week @ 2024-03-25 118/week @ 2024-04-01 92/week @ 2024-04-08 37/week @ 2024-04-15 97/week @ 2024-04-22 103/week @ 2024-04-29

347 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