Files
chatmail-core/deltachat-ffi
Floris Bruynooghe b6b0849bce Remove to_cstring() naming convention ambiguity
Add a trait for str.strdup() to replace to_cstring() which avoid the
signature ambiguity with .to_string().

Also instruduce CString::yolo() as a shortcut to
CString::new().unwrap() and use it whenever the variable does can be
deallocated by going out of scope.  This is less error prone.

Use some Path.to_c_string() functions where possible.
2019-08-01 19:06:39 +02:00
..
2019-04-28 18:06:26 +03:00
2019-08-01 06:05:56 +00:00
2019-07-21 21:40:19 +02:00

Delta Chat C Interface