#c-style #buffer #fixed-length #string #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 101/week @ 2024-07-19 253/week @ 2024-07-26 91/week @ 2024-08-02 43/week @ 2024-08-09 55/week @ 2024-08-16 42/week @ 2024-08-23 53/week @ 2024-08-30 49/week @ 2024-09-06 60/week @ 2024-09-13 179/week @ 2024-09-20 71/week @ 2024-09-27 37/week @ 2024-10-04 50/week @ 2024-10-11 34/week @ 2024-10-18 43/week @ 2024-10-25 49/week @ 2024-11-01

178 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