fix(log): safely convert to cstrings in say
Summary
- fix(log): safely convert to cstrings in say
Previously, say
caused runtime panic if nul-containing message was passed.
It introduces infallible say
version, which automatically removes offensive bytes.
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriate Cargo.toml
files
Edited by Fedor Telnov