var searchIndex = {}; searchIndex["rcstring"] = {"doc":"","items":[[3,"CString","rcstring","Type representing a C-compatible string.",null,null],[3,"Error","","Error returned when a `CString` was initialized without a trailing\n`NULL` byte, or if there are non-ASCII characters in the string",null,null],[6,"c_char","","Platform-specific c_char type. This is defined for cases where\nthe user cannot import libc.",null,null],[11,"fmt","","",0,null],[11,"new","","Constructs a new CString from a string slice",1,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[11,"from_raw","","Converts an exising raw pointer to a string and converts it to a\n`CString` with a length determined by an internal `strlen`\nimplementation.",1,null],[11,"into_raw","","Returns a mutable pointer to a CString for use in functions taking\na classic C string",1,null],[11,"len","","Returns length of string, *including* trailing NULL",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"partial_cmp","","",1,null],[11,"le","","",1,null],[11,"ge","","",1,null],[11,"lt","","",1,null],[11,"gt","","",1,null],[11,"cmp","","",1,null],[14,"cstr!","","Constructs a new `CString` from a string literal",null,null]],"paths":[[3,"Error"],[3,"CString"]]}; initSearch(searchIndex);