c_fixed_string 0.2.0

Wrapper types around C-style fixed length string buffers
Documentation

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.